Interface Disposable
-
public interface Disposable
The Disposable interface is used when components need to deallocate and dispose resources prior to their destruction.- Version:
- CVS $Revision: 1.15 $ $Date: 2003/02/11 15:58:38 $
- Author:
- Avalon Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
The dispose operation is called at the end of a components lifecycle.
-