PersistentListenerMode

enumeration

Cambiar al Manual

Descripción

THe mode that a listener is operating in.

Variables

EventDefinedThe listener will use the function binding specified by the even.
VoidThe listener will bind to zero argument functions.
ObjectThe listener will bind to one argument Object functions.
IntThe listener will bind to one argument int functions.
FloatThe listener will bind to one argument float functions.
StringThe listener will bind to one argument string functions.
BoolThe listener will bind to one argument bool functions.