Interface AutoCompletionListener

  • All Superinterfaces:
    java.util.EventListener

    public interface AutoCompletionListener
    extends java.util.EventListener
    An interface that allows listening for interesting events from an AutoCompletion.
    Version:
    1.0
    • Method Detail

      • autoCompleteUpdate

        void autoCompleteUpdate​(AutoCompletionEvent e)
        Callback notified when a change to the AutoCompletion's status occurs.
        Parameters:
        e - The event.