Eclipse Draw2d
2.1

org.eclipse.draw2d
Interface FigureListener


public interface FigureListener

A listener interface for receiving notification that an IFigure has moved.


Method Summary
 void figureMoved(IFigure source)
          Called when the given IFigure has moved.
 

Method Detail

figureMoved

public void figureMoved(IFigure source)
Called when the given IFigure has moved.

Parameters:
source - The IFigure that has moved.

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.