|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectup.NullTreeHandler
public class NullTreeHandler
Null implementation of the
TreeHandler
interface.
Method Summary | |
---|---|
void |
exit()
Does nothing. |
static NullTreeHandler |
getInstance()
Returns the singleton instance of this class. |
void |
init()
Does nothing. |
void |
next(Tree tree)
Does nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NullTreeHandler getInstance()
public void init()
init
in interface TreeHandler
public void next(Tree tree)
next
in interface TreeHandler
tree
- a treepublic void exit()
exit
in interface TreeHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |