Package org.fife.ui.autocomplete
Interface AutoCompletionListener
-
- All Superinterfaces:
java.util.EventListener
public interface AutoCompletionListener extends java.util.EventListener
An 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 void
autoCompleteUpdate(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.
-
-