com.hazelcast.executor.impl
Class ExecutionCallbackAdapter

java.lang.Object
  extended by com.hazelcast.executor.impl.ExecutionCallbackAdapter
All Implemented Interfaces:
Callback<Object>

public final class ExecutionCallbackAdapter
extends Object
implements Callback<Object>


Constructor Summary
ExecutionCallbackAdapter(ExecutionCallback executionCallback)
           
 
Method Summary
 void notify(Object response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionCallbackAdapter

public ExecutionCallbackAdapter(ExecutionCallback executionCallback)
Method Detail

notify

public void notify(Object response)
Specified by:
notify in interface Callback<Object>


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.