Interface ICompletionListenerExtension2
-
public interface ICompletionListenerExtension2ExtendsICompletionListenerwith an additional notification after applying a proposal.Clients may implement this interface.
- Since:
- 3.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplied(ICompletionProposal proposal)Called after applying a proposal.
-
-
-
Method Detail
-
applied
void applied(ICompletionProposal proposal)
Called after applying a proposal.- Parameters:
proposal- the applied proposal
-
-