Interface ILspInteractiveLabelListener
public interface ILspInteractiveLabelListener
This listener can be used to be notified when interaction is started, stopped or cancelled.
- Since:
- 2012.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called when interaction with an interactive label was cancelled.void
interactionStarted
(ALspInteractiveLabelProvider aSource, TLspLabelID aLabel, TLspContext aContext, Component aInteractiveLabel) This method is called when interaction with an interactive label has started.void
This method is called when interaction with an interactive label has stopped.
-
Method Details
-
interactionStarted
void interactionStarted(ALspInteractiveLabelProvider aSource, TLspLabelID aLabel, TLspContext aContext, Component aInteractiveLabel) This method is called when interaction with an interactive label has started.- Parameters:
aSource
- the interaction was stopped for a label of thisALspInteractiveLabelProvider
.aLabel
- the identifier for which interaction was started.aContext
- the context.aInteractiveLabel
- the component used for the interactive label.- See Also:
-
interactionStopped
This method is called when interaction with an interactive label has stopped.- Parameters:
aSource
- the interaction was stopped for a label of thisALspInteractiveLabelProvider
.- See Also:
-
interactionCancelled
This method is called when interaction with an interactive label was cancelled.- Parameters:
aSource
- the interaction was cancelled for a label of thisALspInteractiveLabelProvider
.- See Also:
-