org.codehaus.groovy.control
Interface HasCleanup

All Known Subinterfaces:
ReaderSource
All Known Implementing Classes:
AbstractReaderSource, Janitor

public interface HasCleanup

An interface for things that need to be cleaned up after operations complete.

Version:
$Id: HasCleanup.java,v 1.1 2004/04/19 07:29:44 cpoirier Exp $
Author:
Chris Poirier

Method Summary
 void cleanup()
           
 

Method Detail

cleanup

public void cleanup()


Copyright © 2003-2004 The Codehaus. All Rights Reserved.