public class PresentationChangedEvent extends ServiceContextEvent
PresentationChangedEvent indicates that the content
being presented in the ServiceContext has changed.
PresentationChangedEvent is the parent class of events
indicating dynamic changes to the presentation of a service due to
interaction with the CA system. It is generated when neither
AlternativeContentEvent nor
NormalContentEvent are applicable.
Applications may determine the nature of the new content by
querying the current ServiceContentHandler instances
of the ServiceContext.
source| Constructor and Description |
|---|
PresentationChangedEvent(ServiceContext source)
Constructs the event.
|
getServiceContextgetSource, toStringpublic PresentationChangedEvent(ServiceContext source)
source - The ServiceContext that generated the
event.Copyright © 2012 code4tv.com. All Rights Reserved.