org.dvb.net.rc
Class RCInterfaceReleasedEvent
java.lang.Object
java.util.EventObject
org.davic.resources.ResourceStatusEvent
org.dvb.net.rc.RCInterfaceReleasedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class RCInterfaceReleasedEvent
- extends ResourceStatusEvent
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.
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RCInterfaceReleasedEvent
public RCInterfaceReleasedEvent(java.lang.Object bg)
- Constructor for the event
- Parameters:
bg
- the RCInterface
which has been released
getSource
public java.lang.Object getSource()
- Returns the device that has been released
- Overrides:
getSource
in class ResourceStatusEvent
- Returns:
- the
RCInterface
object representing the interface that has been released