org.davic.mpeg.sections
Class IncompleteFilteringEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.davic.mpeg.sections.SectionFilterEvent
          extended by org.davic.mpeg.sections.EndOfFilteringEvent
              extended by org.davic.mpeg.sections.IncompleteFilteringEvent
All Implemented Interfaces:
java.io.Serializable

public class IncompleteFilteringEvent
extends EndOfFilteringEvent

This class is used to report the end of a filtering operation started by TableSectionFilter. This event is generated when the API detects a filtering situation where the filter parameters have been incompletely defined, resulting in a blocking filter or a non MPEG-2 compliant result.

Version:
created for DAVIC 1.3.1
See Also:
Serialized Form

Constructor Summary
IncompleteFilteringEvent(SectionFilter f, java.lang.Object appData)
          This constructs an IncompleteFilteringEvent 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompleteFilteringEvent

public IncompleteFilteringEvent(SectionFilter f,
                                java.lang.Object appData)
This constructs an IncompleteFilteringEvent event for the specified SectionFilter object.

Parameters:
f - the SectionFilter object which filtered the data.
appData - application data that was passed to the startFiltering method
Method Detail

getSource

public java.lang.Object getSource()
This returns the SectionFilter object which filtered the data.

Overrides:
getSource in class EndOfFilteringEvent