org.pf.joi
Interface Inspectable


public interface Inspectable

This interface defines the methods an object must support, if it needs special representation in an inspector. Normally an inspector uses the method toString() to get a string representation of an object.
If an objects implements the interface Inspectable, then the inspector is using inspectString() instead.

Version:
1.0
Author:
Manfred Duchrow

Method Summary
 java.lang.String inspectString()
          Returns the receiver's string representation for an inspector.
 

Method Detail

inspectString

java.lang.String inspectString()
Returns the receiver's string representation for an inspector.