edu.emory.mathcs.h2o.event
Class PlugletLoadedEvent

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

public class PlugletLoadedEvent
extends PlugletStateEvent

Event triggered when a pluglet state changes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.emory.mathcs.h2o.event.Event
source, timestamp
 
Constructor Summary
PlugletLoadedEvent(PlugletContext pcxt, Pluglet.State oldState, Pluglet.State newState, long timestamp, java.lang.String[] interfaces)
           
 
Method Summary
 java.lang.String[] getInterfaces()
           
 
Methods inherited from class edu.emory.mathcs.h2o.event.PlugletStateEvent
getDetails, getDetailsType, getNewState, getOldState
 
Methods inherited from class edu.emory.mathcs.h2o.event.PlugletEvent
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

PlugletLoadedEvent

public PlugletLoadedEvent(PlugletContext pcxt,
                          Pluglet.State oldState,
                          Pluglet.State newState,
                          long timestamp,
                          java.lang.String[] interfaces)
Method Detail

getInterfaces

public java.lang.String[] getInterfaces()