Subversion Repositories eFlore/Applications.cel

Rev

Rev 388 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 388 Rev 1287
Line 13... Line 13...
13
public class cel2 implements EntryPoint {
13
public class cel2 implements EntryPoint {
Line 14... Line 14...
14
 
14
 
15
	/**
15
	/**
16
	 * This is the entry point method.
16
	 * This is the entry point method.
-
 
17
	 */
17
	 */
18
	@Override
Line 18... Line 19...
18
	public void onModuleLoad() {
19
	public void onModuleLoad() {
Line 27... Line 28...
27
			}
28
			}
Line 28... Line 29...
28
			
29
			
Line 29... Line 30...
29
			carnetEnLigneMediateur.getEtatUtilisateur() ;
30
			carnetEnLigneMediateur.getEtatUtilisateur() ;
-
 
31
 
30
 
32
			Timer t = new Timer() {
31
			Timer t = new Timer() {
33
				@Override
32
				public void run() {
34
				public void run() {
33
					 Ext.get("loading").hide();
35
					 Ext.get("loading").hide();
Line 34... Line 36...
34
				}
36
				}
35
			};
-
 
36
			
37
			};
37
			t.schedule(3000);
38