org.dvb.net.rc
Class RCInterfaceReservedEvent
java.lang.Object
java.util.EventObject
org.davic.resources.ResourceStatusEvent
org.dvb.net.rc.RCInterfaceReservedEvent
- All Implemented Interfaces:
- Serializable
public class RCInterfaceReservedEvent
- extends ResourceStatusEvent
This event informs an application that a RCInterface
has been reserved by an application or other entity in the system. It is
generated when an application successfully reserves a RCInterface
.
It will also be generated if any other entities in the system reserve such
an interface with the effect of something which was visible to applications
using this API becoming unavailable.
- See Also:
- Serialized Form
Method Summary |
Object |
getSource()
Returns the device that has been reserved |
RCInterfaceReservedEvent
public RCInterfaceReservedEvent(Object bg)
- Constructor for the event
- Parameters:
bg
- the RCInterface
representing the device which has been reserved
getSource
public Object getSource()
- Returns the device that has been reserved
- Overrides:
getSource
in class ResourceStatusEvent
- Returns:
- an
RCInterface
representing the device that has been reserved