Groovy 2.2.0

org.codehaus.groovy.control
[Java] Interface HasCleanup


public interface HasCleanup

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

Authors:
Chris Poirier
Version:
\$Id\$


Method Summary
void cleanup()

 

Method Detail

cleanup

public void cleanup()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.