|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objects implemented with these interface are used to update a DM instance asynchronously in real time. This feature is not yet implemented, but will be part of future Xotics Document server.
Method Summary | |
java.lang.Object |
clone()
this must be cloneable. |
void |
setXoDMInstance(XoDMInstance dmi)
Sets the DM instance on which this update handler must operate. |
void |
updateAvailable()
This method is called to inform this that updates are available on DM instance.
|
Method Detail |
public void setXoDMInstance(XoDMInstance dmi)
dmi
- target DM instancepublic void updateAvailable()
this
that updates are available on DM instance.
This method must call at some moment XoDMInstance.update()
to execute updates.
public java.lang.Object clone()
this
must be cloneable.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |