Package org.fife.ui.autocomplete
Interface AutoCompletionListener
-
- All Superinterfaces:
java.util.EventListener
public interface AutoCompletionListener extends java.util.EventListenerAn interface that allows listening for interesting events from anAutoCompletion.- Version:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidautoCompleteUpdate(AutoCompletionEvent e)Callback notified when a change to theAutoCompletion's status occurs.
-
-
-
Method Detail
-
autoCompleteUpdate
void autoCompleteUpdate(AutoCompletionEvent e)
Callback notified when a change to theAutoCompletion's status occurs.- Parameters:
e- The event.
-
-