|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tensegrity.palowebviewer.modules.engine.client.AbstractServerModelListener
public class AbstractServerModelListener
Class with stub for methods of IPaloServerModelListener
interface.
Constructor Summary | |
---|---|
AbstractServerModelListener()
|
Method Summary | |
---|---|
void |
defaultViewLoaded(XCube cube)
|
void |
modelChanged()
This method will be invoked if model was deeply changed. |
void |
objectInvalide(XPath path)
|
void |
objectRenamed(XObject object)
|
void |
onChildArrayChanged(XObject[] path,
XObject[] oldChildren,
int type)
|
void |
onError(java.lang.Throwable cause)
|
void |
onFavoriteViewsLoaded()
|
void |
onObjectLoaded(XObject[] path,
XObject object)
|
void |
onUpdateComplete()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractServerModelListener()
Method Detail |
---|
public void modelChanged()
modelChanged
in interface IPaloServerModelListener
public void onChildArrayChanged(XObject[] path, XObject[] oldChildren, int type)
onChildArrayChanged
in interface IPaloServerModelListener
public void onError(java.lang.Throwable cause)
onError
in interface IPaloServerModelListener
public void onObjectLoaded(XObject[] path, XObject object)
public void onUpdateComplete()
onUpdateComplete
in interface IPaloServerModelListener
public void defaultViewLoaded(XCube cube)
defaultViewLoaded
in interface IPaloServerModelListener
public void objectRenamed(XObject object)
objectRenamed
in interface IPaloServerModelListener
public void onFavoriteViewsLoaded()
onFavoriteViewsLoaded
in interface IPaloServerModelListener
public void objectInvalide(XPath path)
objectInvalide
in interface IPaloServerModelListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |