com.townleyenterprises.trace
Interface Traceable
- public interface Traceable
This interface allows objects to be more easily integrated into the
trace mechanism. At the moment, it simply provides the traceString
method, but those requirements could change in the future. It is
used to allow objects to implement traceString and toString
differently, if necessary.
Method Summary |
java.lang.String |
traceString()
This method allows the object to represent itsself as a
string for tracing. |
traceString
public java.lang.String traceString()
- This method allows the object to represent itsself as a
string for tracing.
- Returns:
- the trace representation of the object
Copyright © 2002-2004, Andrew S. Townley and Townley Enterprises. All Rights Reserved.
This project is hosted on http://te-code.sourceforge.net.