|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--javax.tv.carousel.CarouselFileChangeEvent
The CarouselFileChangeEvent
provides notification of
a change to CarouselFile
data.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CarouselFileChangeEvent(CarouselFile source)
Creates a CarouselFileChangeEvent indicating that
the specified CarouselFile has changed. |
Method Summary | |
CarouselFile |
getCarouselFile()
Reports the CarouselFile whose contents have changed. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CarouselFileChangeEvent(CarouselFile source)
CarouselFileChangeEvent
indicating that
the specified CarouselFile
has changed.source
- The CarouselFile
whose contents have
changed.Method Detail |
public CarouselFile getCarouselFile()
CarouselFile
whose contents have changed.CarouselFile
whose contents have changed.
|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |