javax.servlet.sip
Interface TimerListener
- All Superinterfaces:
- EventListener
public interface TimerListener
- extends EventListener
Listener interface implemented by SIP servlet applications using timers.
The application specifies an implementation of this interface in a listener element of the SIP deployment descriptor. There may be at most one TimerListener defined.
See Also:TimerService
|
Method Summary |
void |
timeout(ServletTimer timer)
Notifies the listener that the specified timer has expired. |
timeout
void timeout(ServletTimer timer)
- Notifies the listener that the specified timer has expired.
Copyright © 2012. All Rights Reserved.