Class SystemEventProcessorImpl

java.lang.Object
com.spinyowl.legui.system.handler.processor.SystemEventProcessorImpl
All Implemented Interfaces:
SystemEventProcessor

public class SystemEventProcessorImpl extends Object implements SystemEventProcessor
  • Constructor Details

    • SystemEventProcessorImpl

      public SystemEventProcessorImpl()
  • Method Details

    • processEvents

      public void processEvents(Frame frame, Context context)
      Process events.
      Specified by:
      processEvents in interface SystemEventProcessor
      Parameters:
      frame - the frame
      context - the context
    • pushEvent

      public void pushEvent(SystemEvent event)
      Push event.
      Specified by:
      pushEvent in interface SystemEventProcessor
      Parameters:
      event - the event
    • hasEvents

      public boolean hasEvents()
      Returns true if there are events that should be processed.
      Specified by:
      hasEvents in interface SystemEventProcessor
      Returns:
      true if there are events that should be processed.