Class WindowFocusEventHandler
java.lang.Object
com.spinyowl.legui.system.handler.AbstractSystemEventHandler<SystemWindowFocusEvent>
com.spinyowl.legui.system.handler.WindowFocusEventHandler
- All Implemented Interfaces:
SystemEventHandler<SystemWindowFocusEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanhandle(SystemWindowFocusEvent event, Layer layer, Context context, Frame frame) This method used to handle someSystemEventand produce (or not)Eventinstances (which are UI events).Methods inherited from class com.spinyowl.legui.system.handler.AbstractSystemEventHandler
handle, postHandle, preHandle
-
Constructor Details
-
WindowFocusEventHandler
public WindowFocusEventHandler()
-
-
Method Details
-
handle
Description copied from class:AbstractSystemEventHandlerThis method used to handle someSystemEventand produce (or not)Eventinstances (which are UI events).- Overrides:
handlein classAbstractSystemEventHandler<SystemWindowFocusEvent>- Parameters:
event- event to be processed.layer- target event layer.context- context.frame- frame.- Returns:
- true if shouldn't be processed in other underlying layers.
-