Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 FunctionSlot0
com.jacksondunstan.signals A function slot is a slot that, when called by a signal, calls a given function.
 FunctionSlot1
com.jacksondunstan.signals A function slot is a slot that, when called by a signal, calls a given function.
 FunctionSlot2
com.jacksondunstan.signals A function slot is a slot that, when called by a signal, calls a given function.
 Signal0
com.jacksondunstan.signals A signal holds a list of slots and calls them all when the signal is "dispatched".
 Signal1
com.jacksondunstan.signals A signal holds a list of slots and calls them all when the signal is "dispatched".
 Signal2
com.jacksondunstan.signals A signal holds a list of slots and calls them all when the signal is "dispatched".
 Slot0
com.jacksondunstan.signals A slot provides a named method for a signal to call.
 Slot1
com.jacksondunstan.signals A slot provides a named method for a signal to call.
 Slot2
com.jacksondunstan.signals A slot provides a named method for a signal to call.