|
Cantaloop CGimlet - API Documentation, Version: 0.2.0, Date: 2002-05-13 21:30 CEST
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
org.cantaloop.cgimlet
Interface OptionSetter
- public interface OptionSetter
A OptionSetter
instance can be attached to
a OptionReader
to control to way how options
are processed.
- Version:
- 0.2.0 ($Revision: 1.7 $)
- Author:
- David Leuschner, Stefan Heimann
Method Summary |
void |
setOption(java.lang.String key,
java.lang.String value)
Invoked every time a option is read. |
setOption
public void setOption(java.lang.String key,
java.lang.String value)
- Invoked every time a option is read.
- Parameters:
key
- the name of the option that is read.value
- the value of the option that is read.
|
Copyright 2001, 2002 Stefan Heimann, David Leuschner. All rights reserved.
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |