com.hazelcast.spi
Interface Callback<T>

Type Parameters:
T -
All Known Implementing Classes:
ExecutionCallbackAdapter

Deprecated.

@Deprecated
public interface Callback<T>

A callback interface; make it possible to receive a callback. This interface has been deprecated since Hazelcast 3.5. Please use the ExecutionCallback instead.


Method Summary
 void notify(T object)
          Deprecated.  
 

Method Detail

notify

void notify(T object)
Deprecated. 


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