Interface ICompletionListenerExtension
-
public interface ICompletionListenerExtension
ExtendsICompletionListener
with an additional notification about restarting the current code assist session.Clients may implement this interface.
- Since:
- 3.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
assistSessionRestarted(ContentAssistEvent event)
Called when code assist is invoked when there is already a current code assist session.
-
-
-
Method Detail
-
assistSessionRestarted
void assistSessionRestarted(ContentAssistEvent event)
Called when code assist is invoked when there is already a current code assist session.- Parameters:
event
- the content assist event
-
-