haifa.shopsim
Class ShopFinishedEvent

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

public class ShopFinishedEvent
extends ShopChangeEvent

See Also:
Serialized Form

Fields inherited from class haifa.shopsim.ShopChangeEvent
time
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ShopFinishedEvent(java.lang.Object source, double time)
           
 
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

ShopFinishedEvent

public ShopFinishedEvent(java.lang.Object source,
                         double time)