Précédent Remonter Suivant


wait
 void  wait()
 void  wait(long timeout) 
 void  wait(long timeout, int nanos) 
La méthode wait permet d'attendre une notification ou un temps timeout en milliseconde ou un temps timeout+nanos avec nanos en nanoseconde.

- 43 -

  Alain Bouju Thread


Précédent Remonter Suivant