org.mobicents.protocols.mgcp.stack
Interface JainMgcpExtendedListener

All Superinterfaces:
EventListener, jain.protocol.ip.mgcp.JainMgcpListener

public interface JainMgcpExtendedListener
extends jain.protocol.ip.mgcp.JainMgcpListener


Method Summary
 void transactionEnded(int handle)
           
 void transactionRxTimedOut(jain.protocol.ip.mgcp.JainMgcpCommandEvent command)
           
 void transactionTxTimedOut(jain.protocol.ip.mgcp.JainMgcpCommandEvent command)
           
 
Methods inherited from interface jain.protocol.ip.mgcp.JainMgcpListener
processMgcpCommandEvent, processMgcpResponseEvent
 

Method Detail

transactionRxTimedOut

void transactionRxTimedOut(jain.protocol.ip.mgcp.JainMgcpCommandEvent command)

transactionTxTimedOut

void transactionTxTimedOut(jain.protocol.ip.mgcp.JainMgcpCommandEvent command)

transactionEnded

void transactionEnded(int handle)


Copyright © 2013 TeleStax, Inc.. All Rights Reserved.