candy.util
Class MeetingTranscript

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

public class MeetingTranscript
extends Transcript

A MeetingTranscript is the most general type of meeting with no specific constraints imposed on its requirments or the interaction of its participants.

See Also:
Serialized Form

Fields inherited from class candy.util.Transcript
description, handle, meta, theCandyObject, theTranscriptView, timestamp
 
Constructor Summary
MeetingTranscript(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

MeetingTranscript

public MeetingTranscript(Transcriptable co)