Uses of Interface
javax.microedition.xlet.XletContext

Packages that use XletContext
javax.microedition.xlet Provides interfaces used by applications and the application manager to communicate. 
javax.microedition.xlet.ixc Provides facilities for inter-Xlet communication (IXC). 
org.dvb.spi This package defines a central registry for all DVB Service Provider Interface (SPI) providers. 
 

Uses of XletContext in javax.microedition.xlet
 

Methods in javax.microedition.xlet with parameters of type XletContext
 void Xlet.initXlet(XletContext ctx)
          Signals the Xlet to initialize itself and enter the Paused state.
 

Uses of XletContext in javax.microedition.xlet.ixc
 

Methods in javax.microedition.xlet.ixc with parameters of type XletContext
static IxcRegistry IxcRegistry.getRegistry(XletContext context)
          Provides the inter-Xlet communication registry for use by the calling Xlet.
 

Uses of XletContext in org.dvb.spi
 

Methods in org.dvb.spi that return XletContext
 XletContext XletBoundProvider.getBoundPBPXletContext()
          A valid provider shall return a non-null value from at least one of the get...XletContext methods.