Package net.sourceforge.jtds.util
Interface TimerThread.TimerListener
-
- Enclosing class:
- TimerThread
public static interface TimerThread.TimerListenerInterface to be implemented by classes that request timer services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtimerExpired()Event to be fired when the timeout expires.
-