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 TypeMethodDescriptionvoidapplied(ICompletionProposal proposal) Called after applying a proposal.
-
Method Details
-
applied
Called after applying a proposal.- Parameters:
proposal- the applied proposal
-