|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OptionHandler<OptionID extends Comparable>
A handler called when an option is set.
| Method Summary | |
|---|---|
void |
handle(OptionParser<OptionID> parser)
Called when the option is specified |
| Method Detail |
|---|
void handle(OptionParser<OptionID> parser)
throws OptionParserException
parser - the option parser
OptionParserException - when handling of this option is failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
