JIDE 3.5.15

com.jidesoft.utils
Interface PersistenceUtilsCallback.Load

Enclosing interface:
PersistenceUtilsCallback

public static interface PersistenceUtilsCallback.Load


Method Summary
 void load(Document document, Element element, Object object)
          This method is called when reading the object from the element.
 

Method Detail

load

void load(Document document,
          Element element,
          Object object)
This method is called when reading the object from the element.

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

JIDE 3.5.15