public interface TimerListener extends EventListener
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.
TimerService
Modifier and Type | Method and Description |
---|---|
void |
timeout(ServletTimer timer)
Notifies the listener that the specified timer has expired.
|
void timeout(ServletTimer timer)
timer
- the timer that has expiredCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.