org.davic.mpeg.sections
Class SectionFilterEvent
java.lang.Object
java.util.EventObject
org.davic.mpeg.sections.SectionFilterEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EndOfFilteringEvent, SectionAvailableEvent, VersionChangeDetectedEvent
public class SectionFilterEvent
- extends EventObject
This class is the base class for Events in the section filter API.
- Version:
- Updated to DAVIC 1.3.1
- See Also:
- Serialized Form
Method Summary |
Object |
getAppData()
Returns the application data that was passed to the
startFiltering method |
Object |
getSource()
This returns the SectionFilter object which was the source of the event. |
SectionFilterEvent
public SectionFilterEvent(SectionFilter f,
Object appData)
- This constructs a SectionFilterEvent for the specified SectionFilter object.
- Parameters:
f
- the SectionFilter object where the event originated.appData
- application data that was passed to the startFiltering method
getSource
public Object getSource()
- This returns the SectionFilter object which was the source of the event.
- Overrides:
getSource
in class EventObject
- Returns:
- The object on which the Event initially occurred.
getAppData
public Object getAppData()
- Returns the application data that was passed to the
startFiltering method
- Returns:
- the application data