KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > tv > service > selection > SelectionFailedEvent

javax.tv.service.selection
Class SelectionFailedEvent

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

public static final int CA_REFUSAL = 2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONTENT_NOT_FOUND = 3
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getReason()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INSUFFICIENT_RESOURCES = 6
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INTERRUPTED = 1
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MISSING_HANDLER = 4
See Also:
ServiceContentHandler
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SelectionFailedEvent(ServiceContext source,
                            int reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TUNING_FAILURE = 5
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags