Uses of Interface
net.sourceforge.jtds.util.TimerThread.TimerListener
Packages that use TimerThread.TimerListener
-
Uses of TimerThread.TimerListener in net.sourceforge.jtds.util
Fields in net.sourceforge.jtds.util declared as TimerThread.TimerListenerModifier and TypeFieldDescription(package private) final TimerThread.TimerListener
TimerThread.TimerRequest.target
Target to notify when the timeout expires.Methods in net.sourceforge.jtds.util with parameters of type TimerThread.TimerListenerModifier and TypeMethodDescriptionTimerThread.setTimer
(int timeout, TimerThread.TimerListener l) Add a timer request to the queue.Constructors in net.sourceforge.jtds.util with parameters of type TimerThread.TimerListenerModifierConstructorDescription(package private)
TimerRequest
(int timeout, TimerThread.TimerListener target) Create aTimerRequest
.