|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The interface Debugable will be implemented by most object
classes of the mr3d package. This interface ensures that these objects
have the same basic debugging functions and error constants. Most
objects using the interface can be found in mr3d.lang.
| Field Summary | |
static int |
ERROR_INT
Error constant for integer errors. |
static java.lang.String |
ERROR_STRING
Error constant for error strings. |
| Method Summary | |
void |
toConsole()
Prints the contents of the object to the Java console. |
void |
toConsole(java.lang.String msgString)
Prints the contents of the object to the Java console together with an information string. |
| Field Detail |
public static final int ERROR_INT
public static final java.lang.String ERROR_STRING
| Method Detail |
public void toConsole()
public void toConsole(java.lang.String msgString)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||