|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.davic.mpeg.sections.SectionFilterEvent
org.davic.mpeg.sections.EndOfFilteringEvent
This class is used to report the end of a filtering operation started by RingSectionFilter or TableSectionFilter. It is not generated when play stops for SimpleSectionFilter.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
EndOfFilteringEvent(SectionFilter f,
java.lang.Object appData)
This constructs an EndOfFiltering event for the specified SectionFilter object. |
Method Summary | |
java.lang.Object |
getSource()
This returns the SectionFilter object which filtered the data. |
Methods inherited from class org.davic.mpeg.sections.SectionFilterEvent |
getAppData |
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 EndOfFilteringEvent(SectionFilter f, java.lang.Object appData)
f
- the SectionFilter object which filtered the data.appData
- application data that was passed to the startFiltering methodMethod Detail |
public java.lang.Object getSource()
getSource
in class SectionFilterEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |