Class SystemEventProcessorImpl
java.lang.Object
com.spinyowl.legui.system.handler.processor.SystemEventProcessorImpl
- All Implemented Interfaces:
SystemEventProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if there are events that should be processed.voidprocessEvents(Frame frame, Context context) Process events.voidpushEvent(SystemEvent event) Push event.
-
Constructor Details
-
SystemEventProcessorImpl
public SystemEventProcessorImpl()
-
-
Method Details
-
processEvents
Process events.- Specified by:
processEventsin interfaceSystemEventProcessor- Parameters:
frame- the framecontext- the context
-
pushEvent
Push event.- Specified by:
pushEventin interfaceSystemEventProcessor- Parameters:
event- the event
-
hasEvents
public boolean hasEvents()Returns true if there are events that should be processed.- Specified by:
hasEventsin interfaceSystemEventProcessor- Returns:
- true if there are events that should be processed.
-