Listener
nape.callbacks.Listener (Class) → BodyListener, ConstraintListener, InteractionListener, PreListener
Base type for all Nape callback listeners.
Instance Members
@private
The sub-type of this listener.
The CbEvent this listener responds to.
The precedence of this listener.
In any case that there is more than one suitable listener for a situation,
the listeners will be ordered by their precedence.
@default 0
The Space this listener is assigned to.
This value can be set, with setting to null being equivalent to removing
the listener from whichever Space it is presently assigned to.
@default null
@private
Returns |
---|
String |
@private