javax.tv.service.selection
Class ServiceContextDestroyedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.tv.service.selection.ServiceContextEvent
          extended by javax.tv.service.selection.ServiceContextDestroyedEvent
All Implemented Interfaces:
Serializable

public class ServiceContextDestroyedEvent
extends ServiceContextEvent

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

See Also:
ServiceContext.destroy(), Serialized Form

Constructor Summary
ServiceContextDestroyedEvent(ServiceContext source)
          Constructs the event.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceContextDestroyedEvent

public ServiceContextDestroyedEvent(ServiceContext source)
Constructs the event.

Parameters:
source - The ServiceContext that was destroyed.