public class AbstractAgentConnectionCallback extends Object implements AgentConnectionCallback
| Constructor and Description |
|---|
AbstractAgentConnectionCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
agentConnected(AgentConnection agentConnection) |
void |
agentDisconnected(AgentConnection agentConnection) |
void |
messageReceived(AgentConnection agentConnection,
RemoteRun.AgentToMaster message) |
public void agentConnected(AgentConnection agentConnection)
agentConnected in interface AgentConnectionCallbackpublic void messageReceived(AgentConnection agentConnection, RemoteRun.AgentToMaster message) throws Exception
messageReceived in interface AgentConnectionCallbackExceptionpublic void agentDisconnected(AgentConnection agentConnection)
agentDisconnected in interface AgentConnectionCallbackCopyright © 2016 Formicary. All rights reserved.