Package org.pf.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
IConfigurable<K,V> Defines a generic configuration method
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 resetted
ISystemExitListener An implementor of this interface can be added to a listener list that
 

Package org.pf.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().



Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.