Class WindowPosEventHandler
java.lang.Object
com.spinyowl.legui.system.handler.AbstractSystemEventHandler<SystemWindowPosEvent>
com.spinyowl.legui.system.handler.WindowPosEventHandler
- All Implemented Interfaces:
SystemEventHandler<SystemWindowPosEvent>
This class instance used to handle
WindowPosEvent.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanhandle(SystemWindowPosEvent event, Layer layer, Context context, Frame frame) This method used to handleWindowPosEvent.Methods inherited from class com.spinyowl.legui.system.handler.AbstractSystemEventHandler
handle, postHandle, preHandle
-
Constructor Details
-
WindowPosEventHandler
public WindowPosEventHandler()
-
-
Method Details
-
handle
This method used to handleWindowPosEvent.- Overrides:
handlein classAbstractSystemEventHandler<SystemWindowPosEvent>- Parameters:
event- event to be processed.layer- target event layer.context- context.frame- frame.- Returns:
- true if this event was handled and should not be handled more.
-