Uses of Interface
net.sourceforge.jtds.util.TimerThread.TimerListener
-
Packages that use TimerThread.TimerListener Package Description net.sourceforge.jtds.util -
-
Uses of TimerThread.TimerListener in net.sourceforge.jtds.util
Fields in net.sourceforge.jtds.util declared as TimerThread.TimerListener Modifier and Type Field Description (package private) TimerThread.TimerListenerTimerThread.TimerRequest. targetTarget to notify when the timeout expires.Methods in net.sourceforge.jtds.util with parameters of type TimerThread.TimerListener Modifier and Type Method Description java.lang.ObjectTimerThread. setTimer(int timeout, TimerThread.TimerListener l)Add a timer request to the queue.Constructors in net.sourceforge.jtds.util with parameters of type TimerThread.TimerListener Constructor Description TimerRequest(int timeout, TimerThread.TimerListener target)Create aTimerRequest.
-