tribble.io
Interface TraceableI

All Known Implementing Classes:
TokenAdapter

public interface TraceableI

Debug tracing interface.

Defines methods to support the runtime debug tracing of an object.

Since:
2001-05-19
Version:
$Revision: 1.2 $ $Date: 2001/09/19 18:44:56 $
Author:
David R. Tribble, david@tribble.com.
Copyright ©2001 by David R. Tribble, all rights reserved.
Permission is granted to freely use and distribute this source code provided that the original copyright and authorship notices remain intact.

Field Summary
static java.lang.String REV
          Revision information.
 
Method Summary
 void dump(java.io.PrintWriter out)
          Dump the contents of this traceable object to a (debugging) output stream.
 

Field Detail

REV

static final java.lang.String REV
Revision information.

See Also:
Constant Field Values
Method Detail

dump

void dump(java.io.PrintWriter out)
Dump the contents of this traceable object to a (debugging) output stream.

Note that this method never throws an exception (such as IOException).

Parameters:
out - A (debugging) output stream.
Since:
1.1, 2001-05-19