Module platform

Interface AutoCompletionListener

All Superinterfaces:
EventListener

public interface AutoCompletionListener extends EventListener
An interface that allows listening for interesting events from an AutoCompletion.
Version:
1.0
Author:
Robert Futrell
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback notified when a change to the AutoCompletion's status occurs.
  • Method Details

    • autoCompleteUpdate

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