Interface Disposable
-
public interface Disposable
The Disposable interface is used when components need to deallocate and dispose resources prior to their destruction.- Version:
- $Id: Disposable.java 30977 2004-07-30 03:57:54 -0500 (Fri, 30 Jul 2004) niclas $
-
-
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.
-