com.hazelcast.spi
Interface Callback<T>

Type Parameters:
T -
All Known Implementing Classes:
ClientCallFuture, ExecutionCallbackAdapter

public interface Callback<T>

A callback interface; make it possible to receive a callback.


Method Summary
 void notify(T object)
           
 

Method Detail

notify

void notify(T object)


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