javax.servlet.sip
Interface TimerListener
- All Superinterfaces:
- java.util.EventListener
- public interface TimerListener
- extends java.util.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
public void timeout(ServletTimer timer)
- Notifies the listener that the specified timer has expired.
- Parameters:
timer
- the timer that has expired
SIP Servlet API 1.0