Uses of Class
org.indy.IndyThread.StopMode

Packages that use IndyThread.StopMode
org.indy   
 

Uses of IndyThread.StopMode in org.indy
 

Fields in org.indy declared as IndyThread.StopMode
static IndyThread.StopMode IndyThread.StopMode.TERMINATE
          Used to signal that the enclosing IndyThread should terminate when stop is called.
static IndyThread.StopMode IndyThread.StopMode.SUSPEND
          Used to signal that the enclosing IndyThread should suspend when stop is called.
 

Methods in org.indy that return IndyThread.StopMode
 IndyThread.StopMode IndyThread.getStopMode()
           
 

Methods in org.indy with parameters of type IndyThread.StopMode
 void IndyThread.setStopMode(IndyThread.StopMode mode)
           
 



Copyright © 2002-2002 IndyJ. All Rights Reserved.