Interface AceSelectionListener
public interface AceSelectionListener
Listener for selection change events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonChangeSelection(AceSelection selection) Emitted when the cursor selection changes.
-
Method Details
-
onChangeSelection
Emitted when the cursor selection changes.- Parameters:
selection- theAceSelection
-