Interface ICompletionListenerExtension2


public interface ICompletionListenerExtension2
Extends ICompletionListener with an additional notification after applying a proposal.

Clients may implement this interface.

Since:
3.8
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after applying a proposal.
  • Method Details

    • applied

      void applied(ICompletionProposal proposal)
      Called after applying a proposal.
      Parameters:
      proposal - the applied proposal