Eclipse Platform
Release 3.4

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

Method Summary
 void assistSessionRestarted(ContentAssistEvent event)
          Called when code assist is invoked when there is already a current code assist session.
 

Method Detail

assistSessionRestarted

public 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

Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.