Interface TextFileView


public interface TextFileView

Interface for controlling a passive information display. The display can be told to refresh, get to front, and die.

Author:
Christian Liebchen

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

repaint

public void repaint()
Tell the TextFileView to repaint, because typically the underlying object changed.


destroy

public void destroy()
Tell the TextFileView to destroy, because typically the underlying object died.


toFront

public void toFront()
Tell the TextFileView to go into front, because typically the underlying object became most important.