Class ApplicationHandlerManagerImpl

Object
ApplicationHandlerManagerImpl
All Implemented Interfaces:
ApplicationHandlerManager, Serializable

public class ApplicationHandlerManagerImpl extends Object implements ApplicationHandlerManager
Handle manager local
Author:
eduardo
See Also:
  • Constructor Details

    • ApplicationHandlerManagerImpl

      public ApplicationHandlerManagerImpl()
  • Method Details

    • addHandler

      public <T extends ApplicationEvent> void addHandler(Handler<T> handler)
      Specified by:
      addHandler in interface ApplicationHandlerManager
    • removeHandler

      public <T extends ApplicationEvent> void removeHandler(Handler<T> handler)
      Specified by:
      removeHandler in interface ApplicationHandlerManager
    • fireEvent

      public void fireEvent(ApplicationEvent event)