|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented and then registred as the
handler of a ClockParser
instance in order to be
notified of parsing events.
Method Summary | |
void |
colon()
Invoked when ':' has been parsed. |
void |
dot()
Invoked when '.' has been parsed. |
void |
endClock()
Invoked when the clock attribute parsing ends. |
void |
h()
Invoked when 'h' has been parsed. |
void |
intValue(int v)
Invoked when an int value has been parsed. |
void |
min()
Invoked when 'min' has been parsed. |
void |
ms()
Invoked when 'ms' has been parsed. |
void |
s()
Invoked when 's' has been parsed. |
void |
startClock()
Invoked when the clock attribute parsing starts. |
Method Detail |
public void startClock() throws ParseException
ParseException
- if an error occured while processing the clockpublic void intValue(int v) throws ParseException
ParseException
- if an error occured while processing the clockpublic void colon() throws ParseException
ParseException
- if an error occured while processing the clockpublic void dot() throws ParseException
ParseException
- if an error occured while processing the clockpublic void h() throws ParseException
ParseException
- if an error occured while processing the clockpublic void min() throws ParseException
ParseException
- if an error occured while processing the clockpublic void s() throws ParseException
ParseException
- if an error occured while processing the clockpublic void ms() throws ParseException
ParseException
- if an error occured while processing the clockpublic void endClock() throws ParseException
ParseException
- if an error occured while processing the clock
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |