haifa.shopsim
Class ShopStartedEvent

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

public class ShopStartedEvent
extends ShopChangeEvent

An event siginfing that a simulation has started.

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
ShopStartedEvent(java.lang.Object source, double time)
           
 
Method Summary
 java.lang.String toString()
          Returns time.
 
Methods inherited from class haifa.shopsim.ShopChangeEvent
getTime
 
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

ShopStartedEvent

public ShopStartedEvent(java.lang.Object source,
                        double time)
Method Detail

toString

public java.lang.String toString()
Description copied from class: ShopChangeEvent
Returns time.
Overrides:
toString in class ShopChangeEvent