com.eightmotions.map
Interface BufferImageListener

All Known Implementing Classes:
MapDisplay

public interface BufferImageListener

Notify the load of an image by the bufferImage class.
The action taken by the mapcanvas is to redraw the screen


Method Summary
 void imageLoaded(BufferImage ima)
           
 

Method Detail

imageLoaded

void imageLoaded(BufferImage ima)