Interface | Description |
---|---|
IListener |
The basic interface for all listeners used by BASE.
|
Class | Description |
---|---|
Event |
An event is an object with a source (its creator), some user specified data
that is event specific, a type (that is typically globally known).
|
ListenerBundle |
A bundle is a helper class for managing bundles of listeners.
|