Package com.Ostermiller.util
Class CmdLnListener
java.lang.Object
com.Ostermiller.util.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.
- Since:
- ostermillerutils 1.07.00
- Author:
- Stephen Ostermiller https://ostermiller.org/contact.pl?regarding=Java+Utilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidfound(CmdLnResult result) Called when a command line option is found.
-
Constructor Details
-
CmdLnListener
public CmdLnListener()
-
-
Method Details
-
found
Called when a command line option is found.- Parameters:
result- The command line option and its arguments- Since:
- ostermillerutils 1.07.00
-