- All Known Subinterfaces:
- AppDc, AppPc, DialogDc, DialogPc
- All Known Implementing Classes:
- AbstractAppDc, AbstractDialogDc, AbstractDialogPc, AbstractSwingAppPc, DialogManager
public interface Disposable
The Disposable interface describes a part of a more complex
lifecycle, and is used to encapsulate the common life cycle of
AppDc, AppPc, DialogDc and DialogPc.
The lifecycle that is described by the Disposable interface is
shown below:
dispose()
[passive] --------> [destroyed]