org.dvb.net.rc
Class RCInterfaceReleasedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.davic.resources.ResourceStatusEvent
          extended byorg.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

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

RCInterfaceReleasedEvent

public RCInterfaceReleasedEvent(java.lang.Object bg)
Constructor for the event

Parameters:
bg - the RCInterface which has been released
Method Detail

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