|
||||||||||
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.VersionChangeDetectedEvent
public class VersionChangeDetectedEvent
This class is used by TableSectionFilter to report that a section has been encountered which has a different version_number from earlier sections. It is generated only once per filtering action. The section with a different version_number is ignored.
Constructor Summary | |
---|---|
VersionChangeDetectedEvent(SectionFilter f,
java.lang.Object appData)
This constructs a VersionChangeDetectedEvent event for the specified SectionFilter object. |
Method Summary | |
---|---|
int |
getNewVersion()
This returns the version number of the new table. |
int |
getOriginalVersion()
This returns the original version number of the table. |
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 |
---|
public VersionChangeDetectedEvent(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
public int getOriginalVersion()
public int getNewVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |