com.gisgraphy.domain.geoloc.entity.event
Class EventManager
java.lang.Object
com.gisgraphy.domain.geoloc.entity.event.EventManager
- All Implemented Interfaces:
- IEventManager
@Component
public class EventManager
- extends Object
- implements IEventManager
Manage all the Event Received. Default implementation of
IEventManager
- Author:
- David Masclet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventManager
public EventManager()
handleEvent
public void handleEvent(IEvent event)
- Specified by:
handleEvent
in interface IEventManager
- Parameters:
event
- The sent event Handle an Event that has been sent
setListeners
public void setListeners(List<IEventListener> listeners)
- Parameters:
listeners
- The listeners to set that must be aware of events
Copyright © 2012. All Rights Reserved.