|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEventHandler
Defines an interface that every object needs to implement that wants to be notified about the occurrence of an object.
Method Summary | |
---|---|
void |
occured(Event event)
Any object that wants to be notified about the occurrence of an event must implement this callback method. |
Method Detail |
---|
void occured(Event event)
event
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |