|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceClient | |
---|---|
org.davic.resources | |
org.dvb.event | |
org.dvb.net.rc | |
org.havi.ui |
Uses of ResourceClient in org.davic.resources |
---|
Methods in org.davic.resources that return ResourceClient | |
---|---|
ResourceClient |
ResourceProxy.getClient()
|
Uses of ResourceClient in org.dvb.event |
---|
Methods in org.dvb.event that return ResourceClient | |
---|---|
ResourceClient |
RepositoryDescriptor.getClient()
Return the object which asked to be notified about withdrawal of the event source. |
Methods in org.dvb.event with parameters of type ResourceClient | |
---|---|
boolean |
EventManager.addExclusiveAccessToAWTEvent(ResourceClient client,
UserEventRepository userEvents)
An application should use this method to express its intend to have exclusive access to some events, but for these events to be received through the java.awt mechanism. |
boolean |
EventManager.addUserEventListener(UserEventListener listener,
ResourceClient client,
UserEventRepository userEvents)
Adds the specified listener to receive events coming from the user in an exclusive manner. |
void |
EventManager.removeExclusiveAccessToAWTEvent(ResourceClient client)
The application should use this method to release its exclusive access to user events defined by the means of the addExclusiveAccessToAWTEvent method. |
Uses of ResourceClient in org.dvb.net.rc |
---|
Methods in org.dvb.net.rc that return ResourceClient | |
---|---|
ResourceClient |
ConnectionRCInterface.getClient()
Return the object which asked to be notified about withdrawal of the underlying resource. |
Methods in org.dvb.net.rc with parameters of type ResourceClient | |
---|---|
void |
ConnectionRCInterface.reserve(ResourceClient c,
java.lang.Object requestData)
Request the right to control this return channel interface. |
Uses of ResourceClient in org.havi.ui |
---|
Methods in org.havi.ui that return ResourceClient | |
---|---|
ResourceClient |
HScreenDevice.getClient()
Return the last ResourceClient passed to the last successful call to the
reserveDevice
method of this instance of HScreenDevice , or null if this method has not been called on
this instance. |
Methods in org.havi.ui with parameters of type ResourceClient | |
---|---|
boolean |
HScreenDevice.reserveDevice(ResourceClient client)
Requests the right to call any method which may otherwise throw an HPermissionDeniedException. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |