org.apache.avalon.activation.appliance
Interface ApplianceListener


public interface ApplianceListener

An interface implemented by an client that is listening to events published by an appliance.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/09/24 09:30:19 $
Author:
Avalon Development Team

Method Summary
 void applianceEvent(ApplianceEvent event)
          Notification of a state change by a provider appliance.
 

Method Detail

applianceEvent

public void applianceEvent(ApplianceEvent event)
Notification of a state change by a provider appliance.

Parameters:
event - the appliance event


Copyright © Apache Software Foundation. All Rights Reserved.