public abstract class XletSystemCall extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
XletSystemCall()
Create a new XletSystemCall
|
| Modifier and Type | Method and Description |
|---|---|
abstract Container |
getRootContainer(XletContext ctx)
Called when the Xlet calls
javax.tv.graphics.TVContainer.getRootContainer().
|
void |
register(Plugin p,
XletContext ctx)
Register this instance of XletSystemCall with the system.
|
void |
unregister(Plugin p,
XletContext ctx)
Unregister this instance of XletSystemCall with the system.
|
public final void register(Plugin p, XletContext ctx)
p - The Plugin that services calls made by the xlet, i.e.
the Plugin of which this instance of XletSystemCall is
a part.ctx - The XletContext of the Xlet making the callsNullPointerException - if p or ctx is nullunregister(org.dvb.application.plugins.Plugin, javax.tv.xlet.XletContext)public final void unregister(Plugin p, XletContext ctx)
p - The Plugin that services calls made by the xlet, i.e.
the Plugin of which this instance of XletSystemCall is
a part.ctx - The XletContext of the Xlet making the callsNullPointerException - if p or ctx is nullregister(org.dvb.application.plugins.Plugin, javax.tv.xlet.XletContext)public abstract Container getRootContainer(XletContext ctx)
ctx - The context of the Xlet making the request; it shall be identical
to the XletContext used to create this instance of
XletSystemCall.TVContainer.getRootContainer(javax.tv.xlet.XletContext)Copyright © 2012 code4tv.com. All Rights Reserved.