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.17 $ $Date: 2004/02/11 14:34:24 $
- 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.
-