|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventHandler
Common abstraction whose implementations can associate different key handlers with a Component to switch key handling states easily.
EventManager
Method Summary | |
---|---|
void |
handlerDisabled()
Invoked when the handler is temporarily disabled. |
void |
handlerEnabled()
Invoked when the handler is first enabled, or reenabled after being temporarily disabled. |
void |
handlerRemoved()
Invoked when the handler is permanently removed. |
Method Detail |
---|
void handlerEnabled()
handlerDisabled()
void handlerDisabled()
handlerEnabled()
void handlerRemoved()
EventManagerSupport
implementation, a handler
is disabled before to be removed. The specification should said that.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |