com.nutiteq.ui
Class NutiteqDownloadDisplay

java.lang.Object
  extended by com.nutiteq.ui.NutiteqDownloadDisplay
All Implemented Interfaces:
NetworkListener, DownloadDisplay

public class NutiteqDownloadDisplay
extends java.lang.Object
implements DownloadDisplay, NetworkListener

Default overlay for showing network activity.


Constructor Summary
NutiteqDownloadDisplay()
           
 
Method Summary
 void dataMoved()
           
 void downloadCompleted()
           
 void downloadStarted()
           
 boolean isVisible()
           
 void paint(com.nutiteq.wrappers.Graphics g, int displayWidth, int displayHeight)
           
 void setDisplayUpdater(DisplayUpdater updater)
           
 void setDownloadCounter(DownloadCounter counter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NutiteqDownloadDisplay

public NutiteqDownloadDisplay()
Method Detail

setDownloadCounter

public void setDownloadCounter(DownloadCounter counter)
Specified by:
setDownloadCounter in interface DownloadDisplay

setDisplayUpdater

public void setDisplayUpdater(DisplayUpdater updater)
Specified by:
setDisplayUpdater in interface DownloadDisplay

isVisible

public boolean isVisible()
Specified by:
isVisible in interface DownloadDisplay

paint

public void paint(com.nutiteq.wrappers.Graphics g,
                  int displayWidth,
                  int displayHeight)
Specified by:
paint in interface DownloadDisplay

downloadStarted

public void downloadStarted()
Specified by:
downloadStarted in interface NetworkListener

dataMoved

public void dataMoved()
Specified by:
dataMoved in interface NetworkListener

downloadCompleted

public void downloadCompleted()
Specified by:
downloadCompleted in interface NetworkListener