com.Ostermiller.util
Class CmdLnListener

java.lang.Object
  extended by com.Ostermiller.util.CmdLnListener

public abstract class CmdLnListener
extends java.lang.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

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

CmdLnListener

public CmdLnListener()
Method Detail

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