com.valhalla.jbother
Interface LogViewerCaller

All Known Implementing Classes:
ChatRoomPanel, ConversationPanel

public interface LogViewerCaller

An for any object that calls the LogViewerDialog

Version:
1.0
Author:
Adam Olsen

Method Summary
 void closeLog()
          Closes an open log
 void openLogWindow()
          opens a log window
 void startLog()
          opens a new log
 

Method Detail

openLogWindow

public void openLogWindow()
opens a log window


startLog

public void startLog()
opens a new log


closeLog

public void closeLog()
Closes an open log