edu.emory.mathcs.h2o.event
Interface DeployListener

All Superinterfaces:
java.util.EventListener

public interface DeployListener
extends java.util.EventListener

Listener to the pluglet deploy events.


Method Summary
 void plugletDeployed(DeployEvent evt)
           
 

Method Detail

plugletDeployed

public void plugletDeployed(DeployEvent evt)