ezvcard.io.json
Interface JCardRawReader.JCardDataStreamListener

Enclosing class:
JCardRawReader

public static interface JCardRawReader.JCardDataStreamListener

Handles the vCard data as it is read off the data stream.

Author:
Michael Angstadt

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

beginVCard

void beginVCard()
Called when a vCard has been found in the stream.


readProperty

void readProperty(String group,
                  String propertyName,
                  VCardParameters parameters,
                  VCardDataType dataType,
                  JCardValue value)
Called when a property is read.

Parameters:
group - the group or null if there is not group
propertyName - the property name (e.g. "summary")
parameters - the parameters
dataType - the data type or null for "unknown"
value - the property value


Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.