NIST SIP Parser and Stack (v1.2) API

gov.nist.javax.sip.stack
Interface SIPTimerListener

All Superinterfaces:
EventListener

public interface SIPTimerListener
extends EventListener

Event listener for timeout events. Register this with the stack if you want to handle your own transaction timeout events (i.e want control of the transaction state machine.

Version:
JAIN-SIP-1.1
Author:
M. Ranganathan
This code is in the public domain.

Method Summary
 void timerEvent(SIPTimerEvent timerEvent)
          Invoked for clients who want to handle their own transaction state machine.
 

Method Detail

timerEvent

public void timerEvent(SIPTimerEvent timerEvent)
Invoked for clients who want to handle their own transaction state machine.

Parameters:
timerEvent - is the timer event.

NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.