public class RCInterfaceReleasedEvent extends ResourceStatusEvent
RCInterface
has been released by an application or other entity in the system. It is
generated when an application which had successfully reserved a
RCInterface calls the
ConnectionRCInterface.release method. It will also
be generated if any other entities in the system own such an interface
and then release that interface in such a way that it could then become
available to applications using this API.source| Constructor and Description |
|---|
RCInterfaceReleasedEvent(Object bg)
Constructor for the event
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getSource()
Returns the device that has been released
|
toStringpublic RCInterfaceReleasedEvent(Object bg)
bg - the RCInterface which has been releasedpublic Object getSource()
getSource in class ResourceStatusEventRCInterface object representing the interface that has been releasedCopyright © 2012 code4tv.com. All Rights Reserved.