dd.util
Interface UI

All Known Subinterfaces:
DLUGUI, GUIEvents
All Known Implementing Classes:
DLUGUIHelper, Dummy, Main, Robot

public interface UI

A simple class template. The idea is that you can copy this file and modify stuff where necessary. It provides examples of javadoc comments and basic formatting conventions. Hopefully this is useful for cutting and pasting.

If you want to start a new paragraph in Javadoc, you need a blank line and paragraph tags, as shown here. Note the closing tag for a paragraph is optional.

Author:
Eric Scharff

Method Summary
 void disableUI()
           
 void enableUI()
           
 void lostServer()
           
 void pauseUI(java.lang.String message)
           
 void unpauseUI()
           
 

Method Detail

enableUI

public void enableUI()

disableUI

public void disableUI()

pauseUI

public void pauseUI(java.lang.String message)

unpauseUI

public void unpauseUI()

lostServer

public void lostServer()