| com.izforge.izpack.util.CleanupClient
All known Subclasses: com.izforge.izpack.util.Librarian,
CleanupClient | public interface CleanupClient (Code) | | Any class that wants to perform cleanup operations and to be notified by Hosekeeper
for this purpose must implement this interface.
version: 0.0.1 / 2/9/02 author: Elmar Grom |
Method Summary | |
public void | cleanUp() Performs custom cleanup operations. |
cleanUp | public void cleanUp()(Code) | | Performs custom cleanup operations.
|
|
|