org.opengis.go.display.event
Interface EventHandler
-
- All Superinterfaces:
- java.util.EventListener
- All Known Subinterfaces:
- KeyHandler, MouseHandler
public interface EventHandler extends java.util.EventListenerCommon abstraction whose implementations can associate different key handlers with a Component to switch key handling states easily.- See Also:
EventManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidhandlerDisabled()Invoked when the handler is temporarily disabled.voidhandlerEnabled()Invoked when the handler is first enabled, or reenabled after being temporarily disabled.voidhandlerRemoved()Invoked when the handler is permanently removed.
-
-
-
Method Detail
-
handlerEnabled
void handlerEnabled()
Invoked when the handler is first enabled, or reenabled after being temporarily disabled.- See Also:
handlerDisabled()
-
handlerDisabled
void handlerDisabled()
Invoked when the handler is temporarily disabled.- See Also:
handlerEnabled()
-
handlerRemoved
void handlerRemoved()
Invoked when the handler is permanently removed.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG