|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.control.Janitor
class Janitor extends Object
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 Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
Janitor()
Method Detail |
---|
public void cleanup()
public void register(HasCleanup object)
Copyright © 2003-2009 The Codehaus. All rights reserved.