org.davic.resources
Interface ResourceStatusListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
HEventMulticaster

public interface ResourceStatusListener
extends java.util.EventListener

This interface should be implemented by objects wishing to be informed about changes in status of particular resources.


Method Summary
 void statusChanged(ResourceStatusEvent event)
          This method is called by a ResourceServer when a resource changes status.
 

Method Detail

statusChanged

public void statusChanged(ResourceStatusEvent event)
This method is called by a ResourceServer when a resource changes status.

Parameters:
event - the change in status which happened.