SIPTimerListenerpublic 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. |
Methods Summary |
---|
public void | timerEvent(SIPTimerEvent timerEvent)Invoked for clients who want to handle their own transaction
state machine.
|
|