Interface AxisUpdateCallback
-
public interface AxisUpdateCallbackInterface to be implemented which can be used to change parameters in the scale during updating.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAfterUpdate(Axis axis, AxisItem item)Callback that runs at the end of the update process.voidonBeforeUpdate(Axis axis, AxisItem item)Callback called before the update process starts.
-