|
||||||||||
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.RCInterfaceReservedEvent
public class RCInterfaceReservedEvent
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.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
RCInterfaceReservedEvent(java.lang.Object bg)
Constructor for the event |
Method Summary | |
---|---|
java.lang.Object |
getSource()
Returns the device that has been reserved |
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 RCInterfaceReservedEvent(java.lang.Object bg)
bg
- the RCInterface
representing the device which has been reservedMethod Detail |
---|
public java.lang.Object getSource()
getSource
in class ResourceStatusEvent
RCInterface
representing the device that has been reserved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |