|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.control.Janitor
public class Janitor
An agent that can be used to defer cleanup operations to a later time. Users much implement the HasCleanup interface.
Constructor Summary | |
---|---|
Janitor()
|
Method Summary | |
---|---|
void |
cleanup()
|
void |
register(HasCleanup object)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Janitor()
Method Detail |
---|
public void register(HasCleanup object)
public void cleanup()
cleanup
in interface HasCleanup
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |