ExempleEvent Class Reference


Static Public Member Functions

static void main (String[] args) throws Exception

Detailed Description

Definition at line 6 of file ExempleEvent.java.


Member Function Documentation

static void ExempleEvent::main ( String[]  args  )  throws Exception [inline, static]

Definition at line 9 of file ExempleEvent.java.

References i.

00011   {
00012     int i=0;
00013         
00014           Scilab.Exec("plot3d();");
00015         
00016         while (Scilab.HaveAGraph()!=false)
00017         {
00018                 Scilab.Events();
00019                 try
00020                 {
00021                         Thread.sleep( 1 );
00022                 }
00023                 catch ( InterruptedException e )
00024                 {
00025                 }
00026                 
00027                 System.out.println("Boucle Java sans fin "+i);
00028                   i++;
00029         }
00030         Scilab.Finish();
00031         
00032   }


The documentation for this class was generated from the following file:
Generated on Sun Mar 4 16:15:00 2007 for Scilab [trunk] by  doxygen 1.5.1