JIDE 3.5.15

com.jidesoft.utils
Interface PersistenceUtilsCallback.Save

Enclosing interface:
PersistenceUtilsCallback

public static interface PersistenceUtilsCallback.Save


Method Summary
 void save(Document document, Element element, Object object)
          This method is called when writing the object to the element.
 

Method Detail

save

void save(Document document,
          Element element,
          Object object)
This method is called when writing the object to the element.

Parameters:
document - the XML document
element - the element representing the object
object - the object to be saved.

JIDE 3.5.15