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, remove
debugger, equals, hashCode, validate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
remove, remove
debugger, toString
public EventQueue(ALSBDebugger debugger)
public void init()
protected IEvent createEvent(Packet packet) throws java.lang.Exception
createEvent
in class AbstractEventQueue<IEvent>
java.lang.Exception