ETTranscript class documentation
ETTranscriptDelegateA Smalltalk-80 like Transcript implementation.
| Authors | Generated by qmathe |
|---|---|
| Declared in | ETTranscript.h |
Overview
Protocol for transcript delegates. Store an object implementing the methods in this protocol in the thread's dictionary with the kTranscriptDelegate key and transcript messages will be sent to it instead of the standard output.
Default
- - (void) appendTranscriptString: (NSString *)aString
Append the string to the transcript.