Uses of Interface
org.objectweb.jass.as.util.Timeout

Packages that use Timeout
org.objectweb.jass.as   
org.objectweb.jass.as.util   
 

Uses of Timeout in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as with parameters of type Timeout
 void ActivityImpl.timedOut(Timeout timeout)
          Called when our timeout expires.
 

Uses of Timeout in org.objectweb.jass.as.util
 

Methods in org.objectweb.jass.as.util that return Timeout
static Timeout TimeoutFactory.createTimeout(long time, TimeoutTarget target)
          Schedule a new timeout.
 

Methods in org.objectweb.jass.as.util with parameters of type Timeout
 void TimeoutTarget.timedOut(Timeout timeout)
          The timeout callback function is invoked when the timeout expires.