org.ocap.media
Class ForcedDisconnectedEvent
java.lang.Object
java.util.EventObject
org.davic.resources.ResourceStatusEvent
org.ocap.media.ForcedDisconnectedEvent
- All Implemented Interfaces:
- 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.
- Author:
- Shigeaki Watanabe (Panasonic)
- See Also:
- Serialized Form
Method Summary |
Object |
getSource()
This method returns an instance of a class implementing VBIFilterGroup
that is the source of the event. |
ForcedDisconnectedEvent
public ForcedDisconnectedEvent(VBIFilterGroup f)
- A constructor of this class.
- Parameters:
f
- Instance of a VBIFilterGroup that is the source of this event.
getSource
public Object getSource()
- This method returns an instance of a class implementing VBIFilterGroup
that is the source of the event.
- Overrides:
getSource
in class ResourceStatusEvent
- Returns:
- instance of a class implementing VBIFilterGroup that is the
source of the event