| Class Subscription |
This simply holds information about a single listener.
| Details |
| Constructor |
Subscription(obj, meth, type)
| Methods: |
Return the method in the object which is invoked on an event.
Return the object which is listening
The type for which we are listening, or &null implying we are listening for all types.
| Fields: |