public class SectionFilterEvent extends EventObject
source| Constructor and Description |
|---|
SectionFilterEvent(SectionFilter f,
Object appData)
This constructs a SectionFilterEvent for the specified SectionFilter object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
toStringpublic SectionFilterEvent(SectionFilter f, Object appData)
f - the SectionFilter object where the event originated.appData - application data that was passed to the startFiltering methodpublic Object getSource()
getSource in class EventObjectpublic Object getAppData()
Copyright © 2012 code4tv.com. All Rights Reserved.