public interface ILinearTransitionPanelListener
ComboBoxPanel
.Modifier and Type | Method and Description |
---|---|
void |
applyChanges(LinearTransitionPanel pPanel,
LinearTransitionProperties pProperties)
This method is called when the settings of the
LinearTransitionPanel object have been changed. |
void applyChanges(LinearTransitionPanel pPanel, LinearTransitionProperties pProperties)
LinearTransitionPanel
object have been changed.pPanel
- The LinearTransitionPanel
to which the listener is registered and that triggered this method call.pProperties
- The properties of the linear transition that are hold by the LinearTransitionPanel
.