JHotDraw 7.0.6

org.jhotdraw.draw
Class AbstractFigureListener

java.lang.Object
  extended by org.jhotdraw.draw.AbstractFigureListener
All Implemented Interfaces:
java.util.EventListener, FigureListener

public class AbstractFigureListener
extends java.lang.Object
implements FigureListener

AbstractFigureListener.


Constructor Summary
AbstractFigureListener()
           
 
Method Summary
 void figureAdded(FigureEvent e)
          Sent when a figure was added to a drawing.
 void figureAreaInvalidated(FigureEvent e)
          Sent when an area used by the figure needs to be repainted.
 void figureAttributeChanged(FigureEvent e)
          Sent when an attribute of the figure has changed.
 void figureChanged(FigureEvent e)
          Sent when the geometry (e.g.
 void figureRemoved(FigureEvent e)
          Sent when a figure was removed from a drawing.
 void figureRequestRemove(FigureEvent e)
          Sent when the figure requests to be removed from a drawing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFigureListener

public AbstractFigureListener()
Method Detail

figureAreaInvalidated

public void figureAreaInvalidated(FigureEvent e)
Description copied from interface: FigureListener
Sent when an area used by the figure needs to be repainted.

Specified by:
figureAreaInvalidated in interface FigureListener

figureAttributeChanged

public void figureAttributeChanged(FigureEvent e)
Description copied from interface: FigureListener
Sent when an attribute of the figure has changed.

Specified by:
figureAttributeChanged in interface FigureListener

figureAdded

public void figureAdded(FigureEvent e)
Description copied from interface: FigureListener
Sent when a figure was added to a drawing.

Specified by:
figureAdded in interface FigureListener

figureChanged

public void figureChanged(FigureEvent e)
Description copied from interface: FigureListener
Sent when the geometry (e.g. the bounds) of the figure has changed.

Specified by:
figureChanged in interface FigureListener

figureRemoved

public void figureRemoved(FigureEvent e)
Description copied from interface: FigureListener
Sent when a figure was removed from a drawing.

Specified by:
figureRemoved in interface FigureListener

figureRequestRemove

public void figureRequestRemove(FigureEvent e)
Description copied from interface: FigureListener
Sent when the figure requests to be removed from a drawing.

Specified by:
figureRequestRemove in interface FigureListener

Copyright 1996-2006 © JHotDraw.org