org.eclipse.jface.text.contentassist
Interface ICompletionListenerExtension
-
public interface ICompletionListenerExtension
Extends
ICompletionListener
with an additional notification about restarting the current code assist session.
Clients may implement this interface.
-
Since:
- 3.4
assistSessionRestarted
void assistSessionRestarted(
ContentAssistEvent event)
- Called when code assist is invoked when there is already a current code assist session.
-
-
Parameters:
-
event
- the content assist event
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.