Uses of Class
javax.tv.xlet.XletStateChangeException

Packages that use XletStateChangeException
javax.tv.xlet   
 

Uses of XletStateChangeException in javax.tv.xlet
 

Methods in javax.tv.xlet that throw XletStateChangeException
 void Xlet.destroyXlet(boolean unconditional)
          Signals the Xlet to terminate and enter the Destroyed state.
 void Xlet.initXlet(XletContext ctx)
          Signals the Xlet to initialize itself and enter the Paused state.
 void Xlet.startXlet()
          Signals the Xlet to start providing service and enter the Active state.