com.seisw.util.geom.demo
Interface StateChangedListener


public interface StateChangedListener

StateChangeListener is used by clients of the PolyCanvas to hear about changes to the PolyCanvas state, particularly the new state it has entered.

Author:
Daniel Bridenbecker, Solution Engineering, Inc.

Method Summary
 void stateChanged(CanvasState newState)
          The method called by PolyCanvas when a change of state has occured.
 

Method Detail

stateChanged

public void stateChanged(CanvasState newState)
The method called by PolyCanvas when a change of state has occured.

Parameters:
newState - The state of new/current state of the canvas


Copyright © 2004 Solution Engineering, Inc. All Rights Reserved.