org.ocap.media.ForcedDisconnectedEvent.html Maven / Gradle / Ivy
ForcedDisconnectedEvent
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
org.ocap.media
Class ForcedDisconnectedEvent
java.lang.Object
java.util.EventObject
org.davic.resources.ResourceStatusEvent
org.ocap.media.ForcedDisconnectedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ForcedDisconnectedEvent
- extends ResourceStatusEvent
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.
- See Also:
- Serialized Form
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 |
---|
ForcedDisconnectedEvent
public ForcedDisconnectedEvent(VBIFilterGroup f)
- A constructor of this class.
- Parameters:
f
- Instance of a VBIFilterGroup that is the source of this event.
Method Detail |
---|
getSource
public java.lang.Object getSource()
- This method returns an instance of a class implementing VBIFilterGroup
that is the source of the event.
- Overrides:
getSource
in classResourceStatusEvent
- Returns:
- instance of a class implementing VBIFilterGroup that is the source of the event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |