|
Scribble Problem Set Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cs101.util.DefaultStringHandler
A default StringHandler. Just prints things to System.out.
Copyright (c) 1998 Massachusetts Institute of Technology
Client
,
StringHandler
Constructor Summary | |
DefaultStringHandler()
|
Method Summary | |
void |
handleString(java.lang.String s)
Just print the string to System.out. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultStringHandler()
Method Detail |
public void handleString(java.lang.String s)
handleString
in interface StringHandler
|
Scribble Problem Set Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |