|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderParserListener
The listener interface for receiving "interesting" events fired by order parser during parsing process.
| Method Summary | |
|---|---|
void |
error(OrderParser aSource,
OrderParser.Error anError)
Notifies interested parties about an error occurred during order parsing |
void |
parseFinished(OrderParser aSource)
Notifies interested parties that order parsing is finished |
void |
parseStarted(OrderParser aSource)
Notifies interested parties that order parsing is started |
void |
propertyRead(OrderParser aSource,
OrderParser.PropertyValue aValue)
Notifies interested parties about reading of a property |
| Method Detail |
|---|
void parseStarted(OrderParser aSource)
aSource - an order parservoid parseFinished(OrderParser aSource)
aSource - an order parser
void propertyRead(OrderParser aSource,
OrderParser.PropertyValue aValue)
aSource - an order parseraValue - a property has been read
void error(OrderParser aSource,
OrderParser.Error anError)
aSource - an order parseranError - an error occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||