Uses of Class
org.davic.resources.ResourceStatusEvent

Packages that use ResourceStatusEvent
org.davic.mpeg.sections Provides access to MPEG-2 section filtering. 
org.davic.net.tuning Provides access to tuning - MPEG multiplex selection. 
org.davic.resources Provides a framework for scarce resource management. 
org.dvb.event Provides access to user input events before they are processed through the event mechanism of the java.awt package. 
org.dvb.net.rc Provides session management for bi-directional IP connections which are session based from the point of view of an application. 
org.havi.ui   
org.havi.ui.event   
 

Uses of ResourceStatusEvent in org.davic.mpeg.sections
 

Subclasses of ResourceStatusEvent in org.davic.mpeg.sections
 class FilterResourcesAvailableEvent
          This event signals that enough section filter resources for the corresponding section filter group were available at the time this event was generated.
 class ForcedDisconnectedEvent
          This class is used to report when a TransportStream which was available becomes no longer available or if the section filter resources are removed from a connected SectionFilterGroup.
 

Uses of ResourceStatusEvent in org.davic.net.tuning
 

Subclasses of ResourceStatusEvent in org.davic.net.tuning
 class NetworkInterfaceReleasedEvent
          This event informs that the NetworkInterface returned by the getNetworkInterface method has been released by an application or other entity in the system.
 class NetworkInterfaceReservedEvent
          This event informs that a particular network interface has been reserved by an application or other entity in the system.
 

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.dvb.net.rc
 

Subclasses of ResourceStatusEvent in org.dvb.net.rc
 class RCInterfaceReleasedEvent
          This event informs an application that a RCInterface has been released by an application or other entity in the system.
 class RCInterfaceReservedEvent
          This event informs an application that a RCInterface has been reserved by an application or other entity in the system.
 

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.