Overview | Methods | This Package | All Packages
Assigns a delegate to the resize event.
Syntax
public final void addOnResize ( EventHandler h )
Parameters
h
The EventHandler delegate to be notified when the event occurs.
Remarks
The delegate specifies a method that is called when this element is resized.
See Also removeOnResize