Interface TextValueHandler
-
public interface TextValueHandler- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(BooleanTextValue textValue)voidhandle(DateTextValue textValue)voidhandle(NumberTextValue textValue)voidhandle(StringTextValue textValue)
-
-
-
Method Detail
-
handle
void handle(StringTextValue textValue) throws JRException
- Throws:
JRException
-
handle
void handle(NumberTextValue textValue) throws JRException
- Throws:
JRException
-
handle
void handle(DateTextValue textValue) throws JRException
- Throws:
JRException
-
handle
void handle(BooleanTextValue textValue) throws JRException
- Throws:
JRException
-
-