org.opengis.go.display.canvas
Interface CanvasListener


Deprecated. Moved to org.opengis.display.canvas.

@Deprecated
public interface CanvasListener

The one method in this interface is called by a Canvas when its state has changed.


Method Summary
 void canvasChanged(Canvas canvas, CanvasState newState)
          Deprecated. This method is called by a Canvas when its state has changed.
 

Method Detail

canvasChanged

void canvasChanged(Canvas canvas,
                   CanvasState newState)
Deprecated. 
This method is called by a Canvas when its state has changed.

Parameters:
canvas - The Canvas whose state has changed
newState - The state of the canvas (for convenience)


Copyright © 1994-2009 Open Geospatial Consortium. All Rights Reserved.