@FunctionalInterface public static interface BasicCommandLauncher.OutputConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BasicCommandLauncher.OutputChannel channel,
String label,
CharSequence line)
Handles the output line.
|
void accept(BasicCommandLauncher.OutputChannel channel, String label, CharSequence line)
channel - the output channelline - the linelabel - the output labelCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.