Interface Spyable

All Known Implementing Classes:
RealObject

interface Spyable

Identifies objects that can be sensibly spied upon. Other objects end up with an implicit spying method which is just their toString.


Method Summary
 java.lang.String runSpy()
          What's up?
 

Method Detail

runSpy

public java.lang.String runSpy()
What's up?
Returns:
a String describing the current state of the object, or what it sees, or something like that in a game-dependent way.