org.eclipse.jface.fieldassist
Interface IContentProposalListener
-
public interface IContentProposalListener
This interface is used to listen to notifications from a
ContentProposalAdapter
.
-
Since:
- 3.2
proposalAccepted
void proposalAccepted(
IContentProposal proposal)
- A content proposal has been accepted.
-
-
Parameters:
-
proposal
- the accepted content proposal
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.