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
- Author:
- Stephen Ostermiller http://ostermiller.org/contact.pl?regarding=Java+Utilities
Method Summary |
abstract void |
found(CmdLnResult result)
Called when a command line option is found. |
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 © 2001-2012 by Stephen Ostermiller