Package de.elo.ix.client.plugin
Interface CommunicatePlugin
public interface CommunicatePlugin
This interface allows to send messages to a plugin.
-
Method Summary
Modifier and TypeMethodDescriptionsend
(IXServerEventsContext ec, PluginMessage message) Send a message.
-
Method Details
-
send
Send a message.- Parameters:
ec
- Execution context.message
- Message to be sent- Returns:
- Received message
- Throws:
byps.RemoteException
-