public interface ILayoutManagerListener
Modifier and Type | Method and Description |
---|---|
void |
onAxisAlignmentChanged(IAxis axis,
AxisAlignment oldValue,
AxisAlignment newValue)
Notifies about changing of axis alignment in one of axes
|
void onAxisAlignmentChanged(IAxis axis, AxisAlignment oldValue, AxisAlignment newValue)
axis
- axis which has been changedoldValue
- old axis alignmentnewValue
- new axis alignment