Class SignCatcher
-
- All Implemented Interfaces:
public class SignCatcher
-
-
Field Summary
Fields Modifier and Type Field Description public final CompletableFuture<Array<String>>
future
-
Constructor Summary
Constructors Constructor Description SignCatcher(BaseActionManager actionManager, String messageKey, ActionContext context, CompletableFuture<ActionResult> result)
-
Method Summary
Modifier and Type Method Description static void
registerListener()
CompletableFuture<Array<String>>
getFuture()
-
-
Constructor Detail
-
SignCatcher
SignCatcher(BaseActionManager actionManager, String messageKey, ActionContext context, CompletableFuture<ActionResult> result)
-
-
Method Detail
-
registerListener
static void registerListener()
-
getFuture
@NonNull() CompletableFuture<Array<String>> getFuture()
-
-
-
-