eu.vitaliy.xaocevent
Class EventQueue
java.lang.Object
eu.vitaliy.xaocevent.EventQueue
- All Implemented Interfaces:
- IEventQueue, Serializable
public class EventQueue
- extends Object
- implements IEventQueue
- Author:
- Vitaliy Oliynyk
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventQueue
public EventQueue()
add
public void add(Object id,
ObserverContext observer)
- Specified by:
add in interface IEventQueue
get
public List<ObserverContext> get(Object id)
- Specified by:
get in interface IEventQueue
raiseEvent
public void raiseEvent(String eventID,
Object eventArg)
throws Throwable
- Specified by:
raiseEvent in interface IEventQueue
- Throws:
Throwable
Copyright © 2011. All Rights Reserved.