Interface AutoCompletionListener
- All Superinterfaces:
EventListener
An interface that allows listening for interesting events from an
AutoCompletion.- Version:
- 1.0
-
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.
-