|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.davic.resources.ResourceStatusEvent
org.dvb.net.rc.RCInterfaceReleasedEvent
This event informs an application that a 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.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
RCInterfaceReleasedEvent(java.lang.Object bg)
Constructor for the event |
Method Summary | |
java.lang.Object |
getSource()
Returns the device that has been released |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RCInterfaceReleasedEvent(java.lang.Object bg)
bg
- the RCInterface
which has been releasedMethod Detail |
public java.lang.Object getSource()
getSource
in class ResourceStatusEvent
RCInterface
object representing the interface that has been released
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |