Package org.fife.ui.autocomplete
Interface AutoCompletionListener
- All Superinterfaces:
EventListener
An interface that allows listening for interesting events from an
AutoCompletion.-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback notified when a change to theAutoCompletion's status occurs.
-
Method Details
-
autoCompleteUpdate
Callback notified when a change to theAutoCompletion's status occurs.- Parameters:
e- The event.
-