de.jadv.server.lib
Class EventList

java.lang.Object
  |
  +--de.jadv.server.lib.EventList

public class EventList
extends java.lang.Object

List of all Events, that the EventManager must still work on!

Author:
neitzel

Field Summary
private  Event _FIRST_EVENT
           
private  Event _LAST_EVENT
           
 
Constructor Summary
EventList()
           
 
Method Summary
 void addEvent(Event evt)
          Add an Event to the Event Queue
 Event getEvent()
          Get an Event from the EventQueue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_FIRST_EVENT

private Event _FIRST_EVENT

_LAST_EVENT

private Event _LAST_EVENT
Constructor Detail

EventList

public EventList()
Method Detail

addEvent

public void addEvent(Event evt)
Add an Event to the Event Queue

Parameters:
evt -

getEvent

public Event getEvent()
Get an Event from the EventQueue

Returns:
Event