|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventHandler
Interface which defines 2 callbacks: up() and down(). An EventHandler can be installed in SUPERVISOR by a rule which requires callbacks when an event is passed up or down the stack.
Method Summary | |
---|---|
java.lang.Object |
down(Event evt)
Called when a down event is received |
java.lang.Object |
up(Event evt)
Called when an up event is received |
Method Detail |
---|
java.lang.Object up(Event evt) throws java.lang.Throwable
evt
- The event
java.lang.Throwable
java.lang.Object down(Event evt) throws java.lang.Throwable
evt
- The event
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |