Interface for controlling a passive information display. The display can be told to refresh, get to front, and die.
| Method Summary | |
void |
destroy()
Tell the TextFileView to destroy, because
typically the underlying object died. |
void |
repaint()
Tell the TextFileView to repaint, because
typically the underlying object changed. |
void |
toFront()
Tell the TextFileView to go into front, because
typically the underlying object became most important. |
| Method Detail |
public void repaint()
TextFileView to repaint, because
typically the underlying object changed.
public void destroy()
TextFileView to destroy, because
typically the underlying object died.
public void toFront()
TextFileView to go into front, because
typically the underlying object became most important.