public static class AutoCompletionBinding.AutoCompletionEvent<TE> extends Event
| Modifier and Type | Field and Description |
|---|---|
static EventType<AutoCompletionBinding.AutoCompletionEvent> |
AUTO_COMPLETED
The event type that should be listened to by people interested in
knowing when an auto completion has been performed.
|
source| Constructor and Description |
|---|
AutoCompletionEvent(TE completion)
Creates a new event that can subsequently be fired.
|
| Modifier and Type | Method and Description |
|---|---|
TE |
getCompletion()
Returns the chosen completion.
|
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumedgetSource, toStringpublic static final EventType<AutoCompletionBinding.AutoCompletionEvent> AUTO_COMPLETED
public AutoCompletionEvent(TE completion)
public TE getCompletion()