Now on: joopl.EventManager
Represents an event manager for some class supporting events.
It is capable of registering events and managing their life-cycle.
Constructor
joopl.EventManager
(
final
-
source
Parameters:
-
source
ObjectThe object who is associated with the event manager
Properties
Methods
register
()
Registers an event in the event manager
Returns:
void
Properties
source
Object
private
Gets the object who is associated with the event manager