|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DVBHTMLProxy
A DVBHTMLProxy Object is a proxy to a DVBHTML application.
| Field Summary | |
|---|---|
static int |
KILLED
The application is in the killed state. |
static int |
LOADING
The application is in the loading state. |
| Fields inherited from interface org.dvb.application.AppProxy |
|---|
DESTROYED, NOT_LOADED, PAUSED, STARTED |
| Method Summary | |
|---|---|
void |
prefetch()
Loads the initial entry page of the application and waits for a signal. |
void |
startTrigger(Date starttime)
Sends the application a start trigger at the specified time. |
void |
trigger(Date time,
Object triggerPayload)
Sends the application a trigger with the given payload at the specified time. |
| Methods inherited from interface org.dvb.application.AppProxy |
|---|
addAppStateChangeEventListener, getState, pause, removeAppStateChangeEventListener, resume, start, start, stop |
| Field Detail |
|---|
static final int LOADING
static final int KILLED
| Method Detail |
|---|
void prefetch()
SecurityException - if the calling application does not have
permission to start applicationsvoid startTrigger(Date starttime)
starttime - the specified time to send a start trigger to the application. If the time
has already passed the application manager shall send the trigger
immediately. Dates pre-epoch shall always cause the application manager
to send the trigger immediately.
SecurityException - if the calling application does not have
permission to start applications
void trigger(Date time,
Object triggerPayload)
time - the specified time to send a start trigger to the application.
If the time has
already passed the application manager should send the trigger
immediately. Dates pre-epoch shall always cause the application manager
to send a 'now' trigger.triggerPayload - the specified payload to deliver with the trigger.
The payload is specified as object, but this
will be refined once DVB-HTML Triggers are properly defined.
SecurityException - if the calling application does not have
permission to start applications
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||