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
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()