public class EventQueue extends AbstractEventQueue<IEvent> implements IEventQueue
| Constructor and Description |
|---|
EventQueue(ALSBDebugger debugger)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected IEvent |
createEvent(Packet packet)
creates an event for a packet
|
void |
init()
init dependencies
|
close, newEvent, remove, removedebugger, equals, hashCode, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitremove, removedebugger, toStringpublic EventQueue(ALSBDebugger debugger)
public void init()
protected IEvent createEvent(Packet packet) throws java.lang.Exception
createEvent in class AbstractEventQueue<IEvent>java.lang.Exception