return Cloudlet.this.fsm.new FsmCallbackAccess () {
@SuppressWarnings ("unchecked")
@Override
protected final CallbackCompletion<Void> execute ()
{
final Callbacks delegate = Cloudlet.this.genericCallbacksProxies.get (proxy);
Preconditions.checkState (delegate != null);
try {
try {
return (CallbackCompletion<Void>) (method.invoke (delegate, arguments));
} catch (final InvocationTargetException wrapper) {