Class AutoCompletionBinding.AutoCompletionEvent<TE>

    • Constructor Detail

      • AutoCompletionEvent

        public AutoCompletionEvent​(TE completion)
        Creates a new event that can subsequently be fired.
    • Method Detail

      • getCompletion

        public TE getCompletion()
        Returns the chosen completion.