Uses of Class
cz.cuni.jagrlib.Semaphore

Packages that use Semaphore
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.worker JaGrLib worker modules - descendants of Worker. 
 

Uses of Semaphore in cz.cuni.jagrlib
 

Fields in cz.cuni.jagrlib with type parameters of type Semaphore
protected  java.util.List<Semaphore> DefaultGraphicsViewer.semaphores
          Semaphores that will be signaled after the viewer window is closed.
 

Methods in cz.cuni.jagrlib with parameters of type Semaphore
 void DefaultGraphicsViewer.addSemaphore(Semaphore s)
          Adds a new semaphore - object which wants to be signaled after the viewer window is closed (by user interaction etc.).
 void DefaultGraphicsViewer.removeSemaphore(Semaphore s)
          Removes one of associated semaphores.
 

Uses of Semaphore in cz.cuni.jagrlib.iface
 

Methods in cz.cuni.jagrlib.iface with parameters of type Semaphore
 void GraphicsViewer.addSemaphore(Semaphore s)
          Adds a new semaphore - object which wants to be signaled after the viewer window is closed (by user interaction etc.).
 void GraphicsViewer.removeSemaphore(Semaphore s)
          Removes one of associated semaphores.
 

Uses of Semaphore in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece with type parameters of type Semaphore
protected  java.util.List<Semaphore> GLWindow.semaphores
          Semaphores that will be signaled after the viewer window is closed.
 

Methods in cz.cuni.jagrlib.piece with parameters of type Semaphore
 void GLWindow.addSemaphore(Semaphore s)
          Adds a new semaphore - object which wants to be signaled after the viewer window is closed (by user interaction etc.).
 void GLWindow.removeSemaphore(Semaphore s)
          Removes one of associated semaphores.
 

Uses of Semaphore in cz.cuni.jagrlib.worker
 

Fields in cz.cuni.jagrlib.worker declared as Semaphore
protected  Semaphore AntCityWorker.sem
          Window close semaphore.