com.croftsoft.core.lang.lifecycle
Interface Lifecycle

All Superinterfaces:
Commissionable, Destroyable, Initializable, Resumable, Startable, Stoppable
All Known Implementing Classes:
AnimatedApplet, AnimatedComponent, AppletLifecycle, BufferedAnimatedComponent, BufferStrategyAnimatedComponent, CompositeLifecycle, Courier, FrameManager, HttpMessageClient, HttpMessagePoller, HttpMessagePusher, LifecycleEnforcer, Looper, Metronome, MultiApplet, QueuePuller, TimeApplet

public interface Lifecycle
extends Commissionable, Resumable

An interface for the common Applet lifecycle methods.

Since:
2001-03-06
Version:
2003-09-10
Author:
David Wallace Croft

Method Summary
 
Methods inherited from interface com.croftsoft.core.lang.lifecycle.Initializable
init
 
Methods inherited from interface com.croftsoft.core.lang.lifecycle.Destroyable
destroy
 
Methods inherited from interface com.croftsoft.core.lang.lifecycle.Startable
start
 
Methods inherited from interface com.croftsoft.core.lang.lifecycle.Stoppable
stop
 


CroftSoft Javadoc

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