net.dpml.appliance
Interface ApplianceListener

All Superinterfaces:
EventListener, Remote

public interface ApplianceListener
extends EventListener, Remote

Interface implementated by remote listeners to appliance state change events.

Version:
2.1.0
Author:
Digital Product Management Library

Method Summary
 void applianceChanged(ApplianceEvent event)
          Notify the listener of an event within the appliance.
 

Method Detail

applianceChanged

void applianceChanged(ApplianceEvent event)
                      throws RemoteException
Notify the listener of an event within the appliance.

Parameters:
event - the appliance event
Throws:
RemoteException - if a remote transport error occurs