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