public abstract class CmdLnListener
extends java.lang.Object
| Constructor and Description |
|---|
CmdLnListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
found(CmdLnResult result)
Called when a command line option is found.
|
public abstract void found(CmdLnResult result)
result - The command line option and its argumentsCopyright (c) 2001-2020 by Stephen Ostermiller