com.croftsoft.core.lang.lifecycle
Class AppletLifecycle

java.lang.Object
  extended by com.croftsoft.core.lang.lifecycle.AppletLifecycle
All Implemented Interfaces:
Commissionable, Destroyable, Initializable, Lifecycle, Resumable, Startable, Stoppable

public final class AppletLifecycle
extends Object
implements Lifecycle

Wraps the Lifecycle interface around an Applet.

Since:
2003-06-04
Version:
2003-06-04
Author:
David Wallace Croft

Constructor Summary
AppletLifecycle(Applet applet)
           
 
Method Summary
 void destroy()
           
 void init()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppletLifecycle

public AppletLifecycle(Applet applet)
Method Detail

init

public void init()
Specified by:
init in interface Initializable

start

public void start()
Specified by:
start in interface Startable

stop

public void stop()
Specified by:
stop in interface Stoppable

destroy

public void destroy()
Specified by:
destroy in interface Destroyable

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)