edu.emory.mathcs.h2o.event
Class DeployEvent
java.lang.Object
edu.emory.mathcs.h2o.event.Event
edu.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getPlugletGUID
public java.lang.String getPlugletGUID()
getName
public java.lang.String getName()
getTimeDeployed
public long getTimeDeployed()