com.izforge.izpack.util
Interface CleanupClient

All Known Implementing Classes:
Librarian

public interface CleanupClient

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
 void cleanUp()
          Performs custom cleanup operations.
 

Method Detail

cleanUp

public void cleanUp()
Performs custom cleanup operations.