public interface AutoCompletionListener extends EventListener
AutoCompletion
.Modifier and Type | Method and Description |
---|---|
void |
autoCompleteUpdate(AutoCompletionEvent e)
Callback notified when a change to the
AutoCompletion 's
status occurs. |
void autoCompleteUpdate(AutoCompletionEvent e)
AutoCompletion
's
status occurs.e
- The event.