Package com.vaadin.ui
Interface AbstractSplitPanel.SplitPositionChangeListener
-
- All Superinterfaces:
ConnectorEventListener,EventListener,Serializable
- Enclosing class:
- AbstractSplitPanel
public static interface AbstractSplitPanel.SplitPositionChangeListener extends ConnectorEventListener
Interface for listening forAbstractSplitPanel.SplitPositionChangeEvents fired by a SplitPanel.- Since:
- 7.5.0
-
-
Field Summary
Fields Modifier and Type Field Description static MethodmoveMethod
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSplitPositionChanged(AbstractSplitPanel.SplitPositionChangeEvent event)SplitPanel splitter position has been changed.
-
-
-
Field Detail
-
moveMethod
static final Method moveMethod
-
-
Method Detail
-
onSplitPositionChanged
void onSplitPositionChanged(AbstractSplitPanel.SplitPositionChangeEvent event)
SplitPanel splitter position has been changed.- Parameters:
event- SplitPositionChangeEvent event.
-
-