Package org.davic.resources

Interface Summary
ResourceClient This interface should be implemented by objects that use a scarce resource.
ResourceProxy The resource proxy interface is implemented by objects which represent a scarce resource to an application but where the actual scarce resource may be a lower level object to which the application does not have direct access.
ResourceServer The resource server interface is implemented by objects which manage low level scarce resources and inform applications of changes in their status which may have happened due to factors beyond the control of the application.
ResourceStatusListener This interface should be implemented by objects wishing to be informed about changes in status of particular resources.
 

Class Summary
ResourceStatusEvent This class is the parent class for events reporting changes in the status of resources.