Callback
nape.callbacks.Callback (Class) → BodyCallback, ConstraintCallback, InteractionCallback, PreCallback
Base type for Callback event objects.
Callback objects are automatically reused and you should not keep references
to them.
Instance Members
@private
CbEvent type this callback was generated for.
The Listener which was responsive for this callback being generated.
@private
Returns |
---|
String |
@private