RemoteSimulationService.AsyncClient =================================== .. java:package:: ch.epfl.leb.sass.server :noindex: .. java:type:: public static class AsyncClient extends org.apache.thrift.async.TAsyncClient implements AsyncIface :outertype: RemoteSimulationService Constructors ------------ AsyncClient ^^^^^^^^^^^ .. java:constructor:: public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport) :outertype: RemoteSimulationService.AsyncClient Methods ------- getNextImage ^^^^^^^^^^^^ .. java:method:: public void getNextImage(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncClient getServerStatus ^^^^^^^^^^^^^^^ .. java:method:: public void getServerStatus(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncClient getSimulationState ^^^^^^^^^^^^^^^^^^ .. java:method:: public void getSimulationState(org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncClient setActivationLaserPower ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: public void setActivationLaserPower(double power, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException :outertype: RemoteSimulationService.AsyncClient