candy.util
Interface Transcriptable

All Known Implementing Classes:
Whiteboard, Meeting, Chat

public interface Transcriptable

This interface defines those routines that a class must expose in order to be considered Transcriptable but candy

Author:
Jason J Corso
See Also:
Transcript.java

Method Summary
 CandyView createViewForTranscript(javax.swing.JDesktopPane p, ClientApp a, java.lang.String s)
           
 int getCurrent()
           
 int getTotal()
           
 boolean nextForTranscript()
           
 CandyView rewindTranscript(javax.swing.JDesktopPane p, ClientApp a, java.lang.String s)
           
 

Method Detail

createViewForTranscript

public CandyView createViewForTranscript(javax.swing.JDesktopPane p,
                                         ClientApp a,
                                         java.lang.String s)

rewindTranscript

public CandyView rewindTranscript(javax.swing.JDesktopPane p,
                                  ClientApp a,
                                  java.lang.String s)

nextForTranscript

public boolean nextForTranscript()

getTotal

public int getTotal()

getCurrent

public int getCurrent()