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

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

Uses of TimeoutTarget in org.objectweb.jass.as
 

Classes in org.objectweb.jass.as that implement TimeoutTarget
 class ActivityImpl
          Each object of this class represents an activity and its coordinator.
 

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

Methods in org.objectweb.jass.as.util with parameters of type TimeoutTarget
static Timeout TimeoutFactory.createTimeout(long time, TimeoutTarget target)
          Schedule a new timeout.