|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
org.ocap.media | The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components |
org.ocap.ui | Extensions to HAVi User Interface functionality. |
org.ocap.ui.event | Extensions to HAVi User Interface Event classes, including OCAP specific remote control events and multiscreen management events. |
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. |
Uses of ResourceStatusEvent in org.ocap.media |
---|
Subclasses of ResourceStatusEvent in org.ocap.media | |
---|---|
class |
FilterResourceAvailableEvent
This event notifies an application that a VBIFilterGroup released VBIFilters, i.e., another application may have an opportunity to reserve new VBIFilters. |
Uses of ResourceStatusEvent in org.ocap.ui |
---|
Subclasses of ResourceStatusEvent in org.ocap.ui | |
---|---|
class |
FrontSceneResourceReleasedEvent
This event informs that the HSceneBinding returned by
the FrontSceneResourceReleasedEvent.getSource() method has released the front-most position
in the z-order stack for the containing graphics plane. |
class |
FrontSceneResourceReservedEvent
This event informs that the HSceneBinding returned by
the FrontSceneResourceReservedEvent.getSource() method has gained the front-most position
in the z-order stack for the containing graphics plane. |
Uses of ResourceStatusEvent in org.ocap.ui.event |
---|
Subclasses of ResourceStatusEvent in org.ocap.ui.event | |
---|---|
class |
MultiScreenResourceEvent
A MultiScreenResourceEvent is used to report
changes regarding the resource status of multiscreen related
resources. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |