All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.media.ForcedDisconnectedEvent.html Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version






ForcedDisconnectedEvent














org.ocap.media
Class ForcedDisconnectedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.davic.resources.ResourceStatusEvent
          extended by 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 class ResourceStatusEvent
Returns:
instance of a class implementing VBIFilterGroup that is the source of the event






© 2015 - 2024 Weber Informatics LLC | Privacy Policy