Uses of Class
com.tensegrity.wpalo.client.async.Callback

Packages that use Callback
com.tensegrity.wpalo.client.async   
com.tensegrity.wpalo.client.ui.mvc.cubeview   
com.tensegrity.wpalo.client.ui.mvc.viewbrowser   
 

Uses of Callback in com.tensegrity.wpalo.client.async
 

Subclasses of Callback in com.tensegrity.wpalo.client.async
 class WaitCursorCallback<T>
           
 

Uses of Callback in com.tensegrity.wpalo.client.ui.mvc.cubeview
 

Methods in com.tensegrity.wpalo.client.ui.mvc.cubeview with parameters of type Callback
 void CubeViewEditor.save(Callback<com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel> callback)
           
 

Uses of Callback in com.tensegrity.wpalo.client.ui.mvc.viewbrowser
 

Methods in com.tensegrity.wpalo.client.ui.mvc.viewbrowser with parameters of type Callback
 void ViewEditorTab.saveAs(java.lang.String name, com.tensegrity.palo.gwt.core.client.models.XObject input, boolean isPublic, boolean isEditable, Callback<java.lang.Boolean> callback)