ezvcard.io
Interface EmbeddedVCardException.InjectionCallback

Enclosing class:
EmbeddedVCardException

public static interface EmbeddedVCardException.InjectionCallback

Injects an unmarshalled vCard into the property object.


Method Summary
 VCardProperty getProperty()
          Gets the property object that threw the EmbeddedVCardException.
 void injectVCard(VCard vcard)
          Injects an unmarshalled vCard into the property object.
 

Method Detail

injectVCard

void injectVCard(VCard vcard)
Injects an unmarshalled vCard into the property object.

Parameters:
vcard - the vCard to inject

getProperty

VCardProperty getProperty()
Gets the property object that threw the EmbeddedVCardException.

Returns:
the property object


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