Java TV(tm) API 1.0

javax.tv.service.selection
Class ServiceContextDestroyedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.tv.service.selection.ServiceContextEvent
              |
              +--javax.tv.service.selection.ServiceContextDestroyedEvent
All Implemented Interfaces:
java.io.Serializable

public class ServiceContextDestroyedEvent
extends ServiceContextEvent

ServiceContextDestroyedEvent is generated when a ServiceContext is destroyed via its destroy() method.

See Also:
ServiceContext.destroy(), Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServiceContextDestroyedEvent(ServiceContext source)
          Constructs the event.
 
Methods inherited from class javax.tv.service.selection.ServiceContextEvent
getServiceContext
 
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

ServiceContextDestroyedEvent

public ServiceContextDestroyedEvent(ServiceContext source)
Constructs the event.
Parameters:
source - The ServiceContext that was destroyed.

Java TV(tm) API 1.0

Copyright © 1998 - 2000 Sun Microsystems, Inc.