public interface MultipartyNegotiationEventListener
Modifier and Type | Method and Description |
---|---|
void |
handleLogMessageEvent(LogMessageEvent evt) |
void |
handleMultipartyNegotiationEvent(MultipartyNegotiationSessionEvent evt) |
void |
handleOfferActionEvent(MultipartyNegotiationOfferEvent evt)
IMPORTANT:
in handleEvent, do not more than just storing the event and
notifying your interface that a new event has arrived.
|
void handleOfferActionEvent(MultipartyNegotiationOfferEvent evt)
evt
- void handleLogMessageEvent(LogMessageEvent evt)
void handleMultipartyNegotiationEvent(MultipartyNegotiationSessionEvent evt)