com.valhalla.jbother
Interface LogViewerCaller

All Known Implementing Classes:
ChatPanel, ChatRoomPanel, ConsolePanel, ConversationPanel, EventPanel, HeadlinesPanel, MessagePanel

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

void openLogWindow()
opens a log window


startLog

void startLog()
opens a new log


closeLog

void closeLog()
Closes an open log