|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--moka.lang.Object | +--moka.event.EventListener
The EventListener interfaces for receiving events.
The class that is interested in processing an event
implements this interface, and the object created with that
class is registered with an other object. When the event
occurs, that object's eventTriggered
method is
invoked.
Constructor Summary | |
EventListener()
|
Method Summary | |
abstract void |
eventTriggered(moka.lang.Object sender)
Invoked when an event is triggered. |
Methods inherited from class moka.lang.Object |
equals, finalize, getClassName, toString |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EventListener()
Method Detail |
public abstract void eventTriggered(moka.lang.Object sender)
sender
- The object who triggered the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |