Interface ICompletionListenerExtension2
-
public interface ICompletionListenerExtension2
ExtendsICompletionListener
with 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 void
applied(ICompletionProposal proposal)
Called after applying a proposal.
-
-
-
Method Detail
-
applied
void applied(ICompletionProposal proposal)
Called after applying a proposal.- Parameters:
proposal
- the applied proposal
-
-