bcds.phison.sim
Class SimCore.EventEntry

java.lang.Object
  extended by bcds.phison.sim.SimCore.EventEntry
Enclosing class:
SimCore<V,E>

public class SimCore.EventEntry
extends java.lang.Object

The class EventEntry combines in a single structure an event type and an event parameter. Instances of this class are put into the event queue.


Constructor Summary
SimCore.EventEntry()
          Default constructor.
SimCore.EventEntry(SimEvents ev, java.lang.Object param)
          Instantiates a new EventEntry object with the given event type and parameter.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimCore.EventEntry

public SimCore.EventEntry()
Default constructor.


SimCore.EventEntry

public SimCore.EventEntry(SimEvents ev,
                          java.lang.Object param)
Instantiates a new EventEntry object with the given event type and parameter.