edu.emory.mathcs.h2o.event
Class PlugletEvent

java.lang.Object
  extended byedu.emory.mathcs.h2o.event.Event
      extended byedu.emory.mathcs.h2o.event.PlugletEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PlugletLogEvent, PlugletStateEvent

public class PlugletEvent
extends Event

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.emory.mathcs.h2o.event.Event
source, timestamp
 
Constructor Summary
PlugletEvent(java.lang.Object source)
           
PlugletEvent(java.lang.Object source, long timestamp)
           
 
Method Summary
 PlugletContext getPlugletContext()
           
 
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

PlugletEvent

public PlugletEvent(java.lang.Object source)

PlugletEvent

public PlugletEvent(java.lang.Object source,
                    long timestamp)
Method Detail

getPlugletContext

public PlugletContext getPlugletContext()