|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |