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

See Also:
Serialized Form

Field Summary
private  java.util.Map operationMap
           
 
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, java.util.Map operationMap_)
           
 
Method Summary
 java.util.Map getQMap()
           
 java.lang.String toString()
           
 
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
 

Field Detail

operationMap

private java.util.Map operationMap
Constructor Detail

ShopStartedEvent

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

getQMap

public java.util.Map getQMap()

toString

public java.lang.String toString()
Overrides:
toString in class ShopChangeEvent