edu.emory.mathcs.h2o.event
Class DeployEvent

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

public class DeployEvent
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
DeployEvent(KernelContext source, java.lang.String guid, java.lang.String name)
           
DeployEvent(KernelContext source, java.lang.String guid, java.lang.String name, long timestamp)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPlugletGUID()
           
 long getTimeDeployed()
           
 
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

DeployEvent

public DeployEvent(KernelContext source,
                   java.lang.String guid,
                   java.lang.String name)

DeployEvent

public DeployEvent(KernelContext source,
                   java.lang.String guid,
                   java.lang.String name,
                   long timestamp)
Method Detail

getPlugletGUID

public java.lang.String getPlugletGUID()

getName

public java.lang.String getName()

getTimeDeployed

public long getTimeDeployed()