FileDocCategorySizeDatePackage
SIPTimerListener.javaAPI DocphoneME MR2 API (J2ME)1570Wed May 02 18:00:42 BST 2007gov.nist.siplite.stack

SIPTimerListener

public interface SIPTimerListener
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.

Fields Summary
Constructors Summary
Methods Summary
public voidtimerEvent(SIPTimerEvent timerEvent)
Invoked for clients who want to handle their own transaction state machine.

param
timerEvent is the timer event.