Interface CmsMaxHeightExtension.I_HeightChangeHandler
- Enclosing class:
- CmsMaxHeightExtension
public static interface CmsMaxHeightExtension.I_HeightChangeHandler
Callback interfaces for height change notifications.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onChangeHeight
(int height) Called when the fixHeight RPC call is received.
-
Method Details
-
onChangeHeight
Called when the fixHeight RPC call is received.- Parameters:
height
- the height from the RPC call
-