Uses of Interface
net.dpml.appliance.ApplianceListener

Packages that use ApplianceListener
net.dpml.appliance Interfaces representing managed processes. 
 

Uses of ApplianceListener in net.dpml.appliance
 

Methods in net.dpml.appliance with parameters of type ApplianceListener
 void Appliance.addApplianceListener(ApplianceListener listener)
          Add an appliance listener to the appliance.
 void Appliance.removeApplianceListener(ApplianceListener listener)
          Remove an appliance listener from the appliance.