|
|||||||||
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.ocap.media.ForcedDisconnectedEvent
public class ForcedDisconnectedEvent
This event indicates a VBIFilterGroup is detached from a ServiceContext
for any reason. A ResourceClient.notifyRelease(org.davic.resources.ResourceProxy)
is also called
to inform all filters held by the VBIFilterGroup have been forcibly
released.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ForcedDisconnectedEvent(VBIFilterGroup f)
A constructor of this class. |
Method Summary | |
---|---|
java.lang.Object |
getSource()
This method returns an instance of a class implementing VBIFilterGroup that is the source of the event. |
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 ForcedDisconnectedEvent(VBIFilterGroup f)
f
- Instance of a VBIFilterGroup that is the source of this event.Method Detail |
---|
public java.lang.Object getSource()
getSource
in class ResourceStatusEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |