|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for listening to example events. All components that wish to received ExampleEvents must implement this interface. As you can see below, there is an abstract method for each event id specified by ExampleEvent. At runtime, when an event producer fires an event, the corresponding listener method will be invoked with the ExampleEvent.
Method Summary | |
void |
exampleState1(ExampleEvent e)
Called when an event in STATE1 is fired. |
void |
exampleState2(ExampleEvent e)
Called when an event in STATE2 is fired. |
Method Detail |
public void exampleState1(ExampleEvent e)
public void exampleState2(ExampleEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |