Uses of Class
com.amx.duet.tools.util.WaitTimer

Packages that use WaitTimer
com.amx.duet.tools.util Provides a series of NetLinx and Duet related utility classes and interfaces, providing a familiar API for those who are moving from NetLinx to Duet. 
 

Uses of WaitTimer in com.amx.duet.tools.util
 

Methods in com.amx.duet.tools.util with parameters of type WaitTimer
static void NetLinxUtil.CancelWait(WaitTimer timer)
          This method cancels the specified wait timer.
static boolean NetLinxUtil.Wait(WaitTimer timer, int nTimeOut)
          This method is used to create and process an event of one or more statements at a specified period of time.
static boolean NetLinxUtil.Wait(WaitTimer timer)
          This method is used to create and process an event of one or more statements at a later time.
 



Copyright © 2008 AMX LLC. All Rights Reserved.