// register this class as listener
agent.addPacketListener(new ExampleDisplayAgent());
// get the status of NeuroServer
StatusReply statusReply = agent.getStatus();
// get the header of client 0
HeaderReply headerReply = agent.getHeader(0);
// get the role of this agent