com.Ostermiller.util
Class CmdLnListener
java.lang.Object
com.Ostermiller.util.CmdLnListener
public abstract class CmdLnListener
- extends Object
Call back for when a command line option is found.
More information about this class and code samples for suggested use are
available from ostermiller.org.
- Since:
- ostermillerutils 1.07.00
|
Method Summary |
abstract void |
found(CmdLnResult result)
Called when a command line option is found. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmdLnListener
public CmdLnListener()
found
public abstract void found(CmdLnResult result)
- Called when a command line option is found.
- Parameters:
result - The command line option and its arguments- Since:
- ostermillerutils 1.07.00
Copyright (c) 2001-2007 by Stephen Ostermiller