Package org.pfsw.bif.lifecycle

Basic Interfaces for the object lifecycle
Defines some simple interfaces that specify typical methods in the area of an object's lifecycle.

See:
          Description

Interface Summary
IBasicLifecycle Combines interfaces IInitializable and IDisposable
IDisposable This interface specifies just a dispose() method an object must understand to dispose its internal resources.
IInitializable Generic no argument initialization
IReleasable This interface specifies just a release() method an object must understand to release its internal resources.
IResettable To be implemented by objects that can be reset.
ISystemExitListener An implementor of this interface can be added to a listener list that
 

Package org.pfsw.bif.lifecycle Description

Basic Interfaces for the object lifecycle


Defines some simple interfaces that specify typical methods in the area of an object's lifecycle. For example initialize(), dispose(), reset().