Uses of Class
org.davic.resources.ResourceStatusEvent

Packages that use ResourceStatusEvent
org.davic.resources   
org.dvb.event   
org.havi.ui   
org.havi.ui.event   
 

Uses of ResourceStatusEvent in org.davic.resources
 

Methods in org.davic.resources with parameters of type ResourceStatusEvent
 void ResourceStatusListener.statusChanged(ResourceStatusEvent event)
          This method is called by a ResourceServer when a resource changes status.
 

Uses of ResourceStatusEvent in org.dvb.event
 

Subclasses of ResourceStatusEvent in org.dvb.event
 class UserEventAvailableEvent
          This event is sent to the resource status event listeners when user input events which had been exclusively reserved by an application are no longer exclusively reserved.
 class UserEventUnavailableEvent
          This event is sent to the resource status event listeners when user input events are exclusively reserved by an application.
 

Uses of ResourceStatusEvent in org.havi.ui
 

Methods in org.havi.ui with parameters of type ResourceStatusEvent
 void HEventMulticaster.statusChanged(ResourceStatusEvent e)
          Handles the ResourceStatusEvent by invoking the statusChanged methods on listener-a and listener-b.
 

Uses of ResourceStatusEvent in org.havi.ui.event
 

Subclasses of ResourceStatusEvent in org.havi.ui.event
 class HScreenDeviceReleasedEvent
          This event informs an application that a device for this HScreen has been released by an application or other entity in the system.
 class HScreenDeviceReservedEvent
          This event informs that a device on this HScreen has been reserved by an application or other entity in the system.