public class VersionChangeDetectedEvent extends SectionFilterEvent
source| Constructor and Description |
|---|
VersionChangeDetectedEvent(SectionFilter f,
Object appData)
This constructs a VersionChangeDetectedEvent event for the specified SectionFilter object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNewVersion()
This returns the version number of the new table.
|
int |
getOriginalVersion()
This returns the original version number of the table.
|
Object |
getSource()
This returns the SectionFilter object which filtered the data.
|
getAppDatatoStringpublic VersionChangeDetectedEvent(SectionFilter f, Object appData)
f - the SectionFilter object which filtered the data.appData - application data that was passed to the startFiltering methodpublic Object getSource()
getSource in class SectionFilterEventpublic int getOriginalVersion()
public int getNewVersion()
Copyright © 2012 code4tv.com. All Rights Reserved.