Package com.vaadin.ui
Interface AbstractSplitPanel.SplitPositionChangeListener
-
- All Superinterfaces:
ConnectorEventListener,EventListener,Serializable,SerializableEventListener
- Enclosing class:
- AbstractSplitPanel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface 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.
-
-