public interface ICompletionListenerExtension
ICompletionListener
with an additional notification about restarting the current code assist session.
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
assistSessionRestarted(ContentAssistEvent event)
Called when code assist is invoked when there is already a current code assist session.
|
void assistSessionRestarted(ContentAssistEvent event)
event
- the content assist event
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.