Class Event

java.lang.Object
  |
  +--Event
Direct Known Subclasses:
BodyEvent, VisualEvent

public abstract class Event
extends java.lang.Object

The class Event is the superclass of all events to be represented during the game.

Version:
1.0
Author:
Gerald Kuehne, Markus Beier

Field Summary
 java.util.ArrayList objectInfoList
          List for the objects contained in an event e.g.
 
Constructor Summary
Event()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

objectInfoList

public java.util.ArrayList objectInfoList
List for the objects contained in an event e.g. a see message contains flags, players, the ball etc.
See Also:
ObjectInfo
Constructor Detail

Event

public Event()