org.davic.mpeg.sections
Class ForcedDisconnectedEvent
java.lang.Object
java.util.EventObject
org.davic.resources.ResourceStatusEvent
org.davic.mpeg.sections.ForcedDisconnectedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ForcedDisconnectedEvent
- extends ResourceStatusEvent
This class is used to report when a TransportStream which was available becomes no longer available or
if the section filter resources are removed from a connected SectionFilterGroup. In this second case,
the notifyRelease() method of the ResourceClient will also be called in addition to this event being generated.
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
getSource()
This returns the SectionFilterGroup object which filtered the data. |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ForcedDisconnectedEvent
public ForcedDisconnectedEvent(SectionFilterGroup f)
- This constructs a ForcedDisconnectedEvent for the specified SectionFilterGroup object.
- Parameters:
f
- the SectionFilterGroup
getSource
public java.lang.Object getSource()
- This returns the SectionFilterGroup object which filtered the data.
- Overrides:
getSource
in class ResourceStatusEvent
- Returns:
- the object whose status changed