edu.emory.mathcs.h2o.event
Class PlugletListEvent

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

public class PlugletListEvent
extends Event

Event triggered when the pluglet is deployed into the kernel.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.emory.mathcs.h2o.event.Event
source, timestamp
 
Constructor Summary
PlugletListEvent(KernelContext source, java.util.List pinfos, long timestamp)
           
 
Method Summary
 java.util.List getPlugletList()
           
 
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

PlugletListEvent

public PlugletListEvent(KernelContext source,
                        java.util.List pinfos,
                        long timestamp)
Method Detail

getPlugletList

public java.util.List getPlugletList()