public class BasicInsertHandler<T extends LookupElement> extends java.lang.Object implements InsertHandler<T>
Constructor and Description |
---|
BasicInsertHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleInsert(InsertionContext context,
T item)
Invoked inside atomic action.
|
public void handleInsert(InsertionContext context, T item)
InsertHandler
handleInsert
in interface InsertHandler<T extends LookupElement>