Xlet.java | Interface | This interface allows an application manager to create,
initialize, start, pause, and destroy an Xlet.
An Xlet is an application or service designed to be run and
controlled by an application manager via this lifecycle interface.
The lifecycle states allow the application manager to manage
the activities of multiple Xlets within a runtime environment
selecting which Xlets are active at a given time.
The application manager maintains the state of the Xlet and
invokes method on the Xlet via the lifecycle methods. |