Class SplitPanelSeparatorClickListener
java.lang.Object
com.spinyowl.legui.component.misc.listener.splitpanel.SplitPanelSeparatorClickListener
- All Implemented Interfaces:
EventListener<MouseClickEvent>
public class SplitPanelSeparatorClickListener
extends Object
implements EventListener<MouseClickEvent>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(MouseClickEvent event) Used to handle specific event.
-
Constructor Details
-
SplitPanelSeparatorClickListener
-
-
Method Details
-
process
Used to handle specific event.- Specified by:
processin interfaceEventListener<MouseClickEvent>- Parameters:
event- event to handle.
-