Interface ICompletionListenerExtension


public interface ICompletionListenerExtension
Extends ICompletionListener with an additional notification about restarting the current code assist session.

Clients may implement this interface.

Since:
3.4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when code assist is invoked when there is already a current code assist session.
  • Method Details

    • 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