|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gisgraphy.domain.geoloc.entity.event.EventManager
@Component public class EventManager
Manage all the Event Received. Default implementation of
IEventManager
Constructor Summary | |
---|---|
EventManager()
|
Method Summary | |
---|---|
void |
handleEvent(IEvent event)
|
void |
setListeners(java.util.List<IEventListener> listeners)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventManager()
Method Detail |
---|
public void handleEvent(IEvent event)
handleEvent
in interface IEventManager
event
- The sent event Handle an Event that has been sentpublic void setListeners(java.util.List<IEventListener> listeners)
listeners
- The listeners to set that must be aware of events
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |