org.opengis.display.canvas
Interface CanvasListener

Show UML class diagram
All Superinterfaces:
EventListener

public interface CanvasListener
extends EventListener

Listener notified when a canvas state changed.

Since:
GeoAPI 2.2

Method Summary
 void canvasChanged(CanvasEvent event)
          Invoked by a canvas when its state has changed.
 

Method Detail

canvasChanged

void canvasChanged(CanvasEvent event)
Invoked by a canvas when its state has changed.

Parameters:
event - A description of the change.


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