|
||||||||||
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
This class is the base class for Events in the section filter API.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
SectionFilterEvent(SectionFilter f,
java.lang.Object appData)
This constructs a SectionFilterEvent for the specified SectionFilter object. |
Method Summary | |
java.lang.Object |
getAppData()
Returns the application data that was passed to the startFiltering method |
java.lang.Object |
getSource()
This returns the SectionFilter object which was 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 |
public SectionFilterEvent(SectionFilter f, java.lang.Object appData)
f
- the SectionFilter object where the event originated.appData
- application data that was passed to the startFiltering methodMethod Detail |
public java.lang.Object getSource()
public java.lang.Object getAppData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |