public interface OutboundSessionMessageListener
Modifier and Type | Method and Description |
---|---|
void |
onOutboundSessionMessage(Object sender,
OutboundSessionMessageArgs args)
This method is called right before sending a session-level message.
|
void onOutboundSessionMessage(Object sender, OutboundSessionMessageArgs args)
Warning. It is critical to avoid
in the session event listener calling thread. Please do it from another thread.
sender
- event sourceargs
- event dataCopyright © 2005–2024 Onix Solutions. All rights reserved.