Uses of Interface
org.davic.resources.ResourceProxy

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

Uses of ResourceProxy in org.davic.resources
 

Methods in org.davic.resources with parameters of type ResourceProxy
 void ResourceClient.notifyRelease(ResourceProxy proxy)
          A call to this operation notifies the ResourceClient that proxy has lost access to a resource.
 void ResourceClient.release(ResourceProxy proxy)
          A call to this operation informs the ResourceClient that proxy is about to lose access to a resource.
 boolean ResourceClient.requestRelease(ResourceProxy proxy, java.lang.Object requestData)
          A call to this operation informs the ResourceClient that another ResourceClient instance has requested the resource accessed via the proxy parameter.
 

Uses of ResourceProxy in org.dvb.event
 

Classes in org.dvb.event that implement ResourceProxy
 class OverallRepository
          This class defines a repository which initially contains all the user events which can be delivered to an application.
 class RepositoryDescriptor
          An instance of this class will be sent to clients of the DVB event API to notify them (through the interface org.davic.resources.ResourceClient) when they are about to lose, or have lost, access to an event source.
 class UserEventRepository
          The application will use this class to define the events that it wants to receive.
 

Uses of ResourceProxy in org.havi.ui
 

Classes in org.havi.ui that implement ResourceProxy
 class HBackgroundDevice
          This class represents the ultimate background of a screen.
 class HEmulatedGraphicsDevice
          An HEmulatedGraphicsDevice is a "virtual" graphics device that has the capability to be configured to perform one (of many) possible emulations.
 class HGraphicsDevice
          The HGraphicsDevice class describes the raster graphics devices that are available for a particular HScreen.
 class HScreenDevice
          An instance of the HScreen class represents a single independent video output signal from a device.
 class HVideoDevice
          The HVideoDevice class describes the logical video devices which can contribute to the appearance of a particular screen.