edu.utk.cs.icl.rest.swing
Interface DisplayItemInterface

All Known Implementing Classes:
ExplorerPane, nsExplorer, Splash, vpItem, vpLocation

public interface DisplayItemInterface

Must implement the methods in this class if using the DisplayItem class and intend to pass the implementing class as repaint thread controller.

Since:
1.0
Version:
$Revision: 1.6 $ $Date: 2005/01/31 19:14:54 $
Author:
Eric Meek (meek@cs.utk.edu)

Method Summary
 void finishRepaint()
          Decrement the repaint counter and if necessary stop the repaint thread
 void requestRepaint()
          Increment the repaint counter and if necessary create and start a new reapaint thread
 

Method Detail

finishRepaint

public void finishRepaint()
Decrement the repaint counter and if necessary stop the repaint thread


requestRepaint

public void requestRepaint()
Increment the repaint counter and if necessary create and start a new reapaint thread