|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Methods implemented by a Vamsas Application's Object Update handler
| Method Summary | |
java.lang.Class |
getRootVobject()
Called by the library to find out which vamsas document object this update handler is interested in |
boolean |
handlesSubtreeUpdates()
Called to test if this handler is to be called for updates to any Vobjects below the Root Vobject in the vamsas document. |
void |
update(Vobject updated,
IClientDocument cdoc)
Method called by Vamsas Client Library for all updated objects that the handler is registered for. |
| Method Detail |
public java.lang.Class getRootVobject()
public boolean handlesSubtreeUpdates()
public void update(Vobject updated,
IClientDocument cdoc)
updated - cdoc -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||