candy.util
Class CWTTranscript

java.lang.Object
  |
  +--candy.core.candyObject
        |
        +--candy.util.Transcript
              |
              +--candy.util.MeetingTranscript
                    |
                    +--candy.util.CWTTranscript
All Implemented Interfaces:
net.jini.core.entry.Entry, java.io.Serializable

public class CWTTranscript
extends MeetingTranscript

The transcript of a code walk-through. More specifically, it contains important information about each time-stamped situation in the meeting

See Also:
Serialized Form

Fields inherited from class candy.util.Transcript
description, handle, meta, theCandyObject, theTranscriptView, timestamp
 
Constructor Summary
CWTTranscript(Transcriptable co)
           
 
Methods inherited from class candy.util.Transcript
getMeta, initializePlayback
 
Methods inherited from class candy.core.candyObject
getDescription, getHandle, setDescription, setHandle
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CWTTranscript

public CWTTranscript(Transcriptable co)