update
This commit is contained in:
@@ -344,4 +344,12 @@ public class StandardRemoteVehicleService
|
||||
throw findSuitableExceptionFor(exc);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void receiveCallback(ClientID clientId, TCSObjectReference<Vehicle> ref, Object data)
|
||||
throws RemoteException {
|
||||
System.out.println("receiveCallback org.opentcs.kernel.extensions.rmi:" + data);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user