|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.Ostermiller.util.CmdLnListener
public abstract class CmdLnListener
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.
Constructor Summary | |
---|---|
CmdLnListener()
|
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 |
Constructor Detail |
---|
public CmdLnListener()
Method Detail |
---|
public abstract void found(CmdLnResult result)
result
- The command line option and its arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |