|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |