public final class CompletionHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
register(String completionId,
CompletionResolver completionResolver)
Registers a new completion.
|
public void register(String completionId, CompletionResolver completionResolver)
completionId - The ID of the completion to register.completionResolver - A function with the result you want.Copyright © 2020. All rights reserved.