edu.umd.cs.jazz.event
Interface ZSelectionResizeHandler.ResizeListener

All Superinterfaces:
java.util.EventListener
Enclosing interface:
ZSelectionResizeHandler

public static interface ZSelectionResizeHandler.ResizeListener
extends java.util.EventListener

Interface that a class must implement to handle the resizing of the selected nodes for a given ZSelectionResizeHandler. A default resizer is provided by ZSelectionResizeHandler so applications need not implement their own for the default behavior.

See Also:
ZSelectionResizeHandler.ResizeEvent

Method Summary
 void nodeResized(ZSelectionResizeHandler.ResizeEvent re)
          Fired when a node is resized by the current resize handler
 void resizeComplete()
          Signals the end of a resize for a group of nodes
 

Method Detail

nodeResized

public void nodeResized(ZSelectionResizeHandler.ResizeEvent re)
Fired when a node is resized by the current resize handler

Parameters:
re - The resize event for the current resize

resizeComplete

public void resizeComplete()
Signals the end of a resize for a group of nodes



Copyright � 2003 by University of Maryland, College Park, MD 20742, USA All rights reserved.