Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

Uses of Class
javax.tv.xlet.XletStateChangeException

Packages that use XletStateChangeException
javax.tv.xlet Provides interfaces used by applications and the application manager to communicate. 
 

Uses of XletStateChangeException in javax.tv.xlet
 

Methods in javax.tv.xlet that throw XletStateChangeException
 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.
 void Xlet.destroyXlet(boolean unconditional)
          Signals the Xlet to terminate and enter the Destroyed state.
 


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.