public interface RequiresResize
Widgets that implement this interface should only be added to those that
implement ProvidesResize
. Failure to do so will usually result in
onResize()
not being called.
Modifier and Type | Method and Description |
---|---|
void |
onResize()
This method must be called whenever the implementor's size has been
modified.
|