edu.emory.mathcs.h2o.event
Class InitialPlugletStateEvent

java.lang.Object
  extended byedu.emory.mathcs.h2o.event.Event
      extended byedu.emory.mathcs.h2o.event.InitialPlugletStateEvent
All Implemented Interfaces:
java.io.Serializable

public class InitialPlugletStateEvent
extends Event

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.emory.mathcs.h2o.event.Event
source, timestamp
 
Constructor Summary
InitialPlugletStateEvent(PlugletContext pcxt, Pluglet.State state, long timestamp)
           
 
Method Summary
 Pluglet.State getState()
           
 
Methods inherited from class edu.emory.mathcs.h2o.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitialPlugletStateEvent

public InitialPlugletStateEvent(PlugletContext pcxt,
                                Pluglet.State state,
                                long timestamp)
Method Detail

getState

public Pluglet.State getState()