com.vistech.roi
Interface ShapeEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ROIManager, ROIManagerJAI

public interface ShapeEventListener
extends java.util.EventListener

Specifies a method that needs to be implemented by the listeners of the shape events. Shape events are fired when a shape is drawn completely.

Version:
1.0 21 Nov 1999
Author:
Lawrence Rodrigues

Method Summary
 void shapeDrawn(ShapeEvent e)
          Called when a shape event is fired.
 

Method Detail

shapeDrawn

public void shapeDrawn(ShapeEvent e)
Called when a shape event is fired.
Parameters:
e - the ShapeEvent object