Uses of Interface
net.sourceforge.jparam.parser.AssignmentListener

Packages that use AssignmentListener
net.sourceforge.jparam   
net.sourceforge.jparam.paramset   
 

Uses of AssignmentListener in net.sourceforge.jparam
 

Methods in net.sourceforge.jparam with parameters of type AssignmentListener
static void JParam.readValueSet(java.io.InputStream in, AssignmentListener listener)
          Read a set of values from the given stream, the notifyAssignemnt will be called for each assignment in the input stream, this shouldn't be a public interface, but since Java lacks the friend funcionality this has to be public for the ParamSet class to reference
 

Uses of AssignmentListener in net.sourceforge.jparam.paramset
 

Classes in net.sourceforge.jparam.paramset that implement AssignmentListener
 class ParamSet
          This class helps in parsing and handling user input from the command line, you can define sets of parameters, give them types and binding information and use this to read the entire input as a whole
 



Copyright © 2004 SourceForge. All Rights Reserved.