Version: 2022.3

PersistentListenerMode

enumeration

切换到手册

描述

The mode that a listener is operating in.

变量

EventDefinedThe listener will use the function binding specified by the event.
Void监听器将绑定到 zero 参数函数。
Object监听器将绑定到 one 参数 Object 函数。
Int监听器将绑定到 one 参数 int 函数。
Float监听器将绑定到 one 参数 float 函数。
String监听器将绑定到 one 参数 string 函数。
Bool监听器将绑定到 one 参数 bool 函数。