public static interface JCalRawReader.JCalDataStreamListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 valueCopyright © 2013-2015 Michael Angstadt. All Rights Reserved.