|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JCalRawReader.JCalDataStreamListener
Handles the iCalendar data as it is read off the data stream.
| Method Summary | |
|---|---|
void |
readComponent(List<String> parentHierarchy,
String componentName)
Called when the parser begins to read a component. |
void |
readProperty(List<String> componentHierarchy,
String propertyName,
ICalParameters parameters,
ICalDataType dataType,
JCalValue value)
Called when a property is read. |
| Method Detail |
|---|
void readComponent(List<String> parentHierarchy,
String componentName)
parentHierarchy - the component's parent componentscomponentName - the component name (e.g. "vevent")
void readProperty(List<String> componentHierarchy,
String propertyName,
ICalParameters parameters,
ICalDataType dataType,
JCalValue value)
componentHierarchy - the hierarchy of components that the
property belongs topropertyName - the property name (e.g. "summary")parameters - the parametersdataType - the data type (e.g. "text")value - the property value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||