|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
jain.protocol.ip.mgcp
Interface JainMgcpListener
- All Superinterfaces:
- java.util.EventListener
- public interface JainMgcpListener
- extends java.util.EventListener
This interface defines the methods that must be implemented by any
MGCP user application to receive and process JAIN MGCP Events emitted
by an object that implements the JainMgcpProvider
interface.
Separate methods for handling JAIN MGCP Command Event Objects and JAIN MGCP Response
Event Objects are specified.
An instance of a class that implements this interface must register with an instance
of a class that implements the
JainMgcpProvider
interface to
receive these Event Objects.
processMgcpCommandEvent
public void processMgcpCommandEvent(JainMgcpCommandEvent jainMgcpCommandEvent)
- Processes a Command Event object received from a JainMgcpProvider.
- Parameters:
jainMgcpCommandEvent
- The JAIN MGCP Command Event Object that is to be processed.
processMgcpResponseEvent
public void processMgcpResponseEvent(JainMgcpResponseEvent jainMgcpResponseEvent)
- Processes a Response Event object (acknowledgment to a Command Event object) received
from a JainMgcpProvider.
- Parameters:
jainMgcpResponseEvent
- The JAIN MGCP Response Event Object that is to be processed.
|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000
|
PREV CLASS
NEXT CLASS |
FRAMES
NO FRAMES |
SUMMARY: INNER | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2000 Sun Microsystems, Inc.