Skip navigation links


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.

 

Method Detail

timeout

void timeout(ServletTimer timer)
Notifies the listener that the specified timer has expired.
Parameters:
timer - the timer that has expired

Skip navigation links

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Java SIP Servlet API 1.1 Reference

Part Number E17883-01