public interface ISizingPanelListener
SizingPanel
object.Modifier and Type | Method and Description |
---|---|
void |
applySizingChanges(SizingPanel pSizingPanel)
The changes that were made in the
SizingPanel are communicated to the listener. |
void applySizingChanges(SizingPanel pSizingPanel)
SizingPanel
are communicated to the listener.pSizingPanel
- The SizingPanel
that was modified.