|
||||||||||
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.davic.mpeg.sections.ForcedDisconnectedEvent
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.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ForcedDisconnectedEvent(SectionFilterGroup f)
This constructs a ForcedDisconnectedEvent for the specified SectionFilterGroup object. |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ForcedDisconnectedEvent(SectionFilterGroup f)
f
- the SectionFilterGroupMethod 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 |