|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface JCardRawReader.JCardDataStreamListener
Handles the vCard data as it is read off the data stream.
| Method Summary | |
|---|---|
void |
beginVCard()
Called when a vCard has been found in the stream. |
void |
readProperty(String group,
String propertyName,
VCardParameters parameters,
VCardDataType dataType,
JCardValue value)
Called when a property is read. |
| Method Detail |
|---|
void beginVCard()
void readProperty(String group,
String propertyName,
VCardParameters parameters,
VCardDataType dataType,
JCardValue value)
group - the group or null if there is not grouppropertyName - the property name (e.g. "summary")parameters - the parametersdataType - the data type or null for "unknown"value - the property value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||