Java TV(tm) API 1.0

javax.tv.carousel
Class CarouselFileChangeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.tv.carousel.CarouselFileChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class CarouselFileChangeEvent
extends java.util.EventObject

The CarouselFileChangeEvent provides notification of a change to CarouselFile data.

See Also:
Serialized Form

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

CarouselFileChangeEvent

public CarouselFileChangeEvent(CarouselFile source)
Creates a CarouselFileChangeEvent indicating that the specified CarouselFile has changed.
Parameters:
source - The CarouselFile whose contents have changed.
Method Detail

getCarouselFile

public CarouselFile getCarouselFile()
Reports the CarouselFile whose contents have changed.
Returns:
The CarouselFile whose contents have changed.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.