| Package | Description |
|---|---|
| org.davic.mpeg.sections |
| Modifier and Type | Class and Description |
|---|---|
class |
EndOfFilteringEvent
This class is used to report the end of a filtering operation started by RingSectionFilter or
TableSectionFilter.
|
class |
IncompleteFilteringEvent
This class is used to report the end of a filtering operation started by TableSectionFilter.
|
class |
SectionAvailableEvent
This class is used to report a complete section being filtered.
|
class |
TimeOutEvent
This event is generated if section filter operations time out within the period specified by the
setTimeOut() method.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SectionFilterListener.sectionFilterUpdate(SectionFilterEvent event)
When a section filter event happens, the sectionFilterUpdate method of all listeners
connected to the originating object will be called.
|
Copyright © 2012 code4tv.com. All Rights Reserved.