]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/source/class/org/argeo/slc/web/components/ILoadStatusable.js
Huge refactoring
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / source / class / org / argeo / slc / web / components / ILoadStatusable.js
1 /**
2 * @author Charles du Jeu
3 *
4 */
5 qx.Interface.define("org.argeo.slc.web.components.ILoadStatusable", {
6
7 members : {
8 setOnLoad : function(status){
9 return true;
10 }
11 }
12 });