Package it.hakvoort.neuroclient.agent

Examples of it.hakvoort.neuroclient.agent.DisplayAgent.watch()


   
    // get the role of this agent
    RoleReply roleReply = agent.getRole();
   
    // start watching client 0
    agent.watch(0);
   
    // stop watching client 0
    agent.unwatch(0);   

    // close the agent and disconnect from NeuroServer.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.