haifa.shopsim
Class ShopTimeMovedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--haifa.shopsim.ShopChangeEvent
              |
              +--haifa.shopsim.ShopTimeMovedEvent
All Implemented Interfaces:
java.io.Serializable

public class ShopTimeMovedEvent
extends ShopChangeEvent

This event simply signifies that the simulation time moved.

Version:
1.1
See Also:
Serialized Form

Fields inherited from class haifa.shopsim.ShopChangeEvent
time
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ShopTimeMovedEvent(java.lang.Object source, double time)
          Creates new ShopTimeMovedEvent
 
Methods inherited from class haifa.shopsim.ShopChangeEvent
getTime, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ShopTimeMovedEvent

public ShopTimeMovedEvent(java.lang.Object source,
                          double time)
Creates new ShopTimeMovedEvent