Package br.com.davinti.vitruvio.ui.core
Class ApplicationHandlerManagerImpl
Object
ApplicationHandlerManagerImpl
- All Implemented Interfaces:
ApplicationHandlerManager,Serializable
Handle manager local
- Author:
- eduardo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends ApplicationEvent>
voidaddHandler(Handler<T> handler) voidfireEvent(ApplicationEvent event) <T extends ApplicationEvent>
voidremoveHandler(Handler<T> handler)
-
Constructor Details
-
ApplicationHandlerManagerImpl
public ApplicationHandlerManagerImpl()
-
-
Method Details
-
addHandler
public <T extends ApplicationEvent> void addHandler(Handler<T> handler) - Specified by:
addHandlerin interfaceApplicationHandlerManager
-
removeHandler
public <T extends ApplicationEvent> void removeHandler(Handler<T> handler) - Specified by:
removeHandlerin interfaceApplicationHandlerManager
-
fireEvent
public void fireEvent(ApplicationEvent event)
-