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.
statusChanged
void statusChanged(ResourceStatusEvent event)
- This method is called by a ResourceServer when a resource changes status.
- Parameters:
event
- the change in status which happened.