Classes which implement this interface provide methods
that deal with the events that are generated by moving
and resizing controls.
After creating an instance of a class that implements
this interface it can be added to a control using the
addControlListener method and removed using
the removeControlListener method. When a
control is moved or resized, the appropriate method will
be invoked.
After creating an instance of a class that implements this interface it can be added to a control using the
addControlListenermethod and removed using theremoveControlListenermethod. When a control is moved or resized, the appropriate method will be invoked.