A completion listener is informed before the content assistant computes completion proposals.
In order to provide backward compatibility for clients of ICompletionListener, extension interfaces are used to provide a means of evolution. The following extension interfaces exist:
{@link org.eclipse.jface.text.contentassist.ICompletionListenerExtension} since version 3.4 introducingthe following functions:
additional notification about restarting the current code assist session
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.