com.hazelcast.partition
Interface PartitionEventListener<T extends PartitionEvent>

Type Parameters:
T - A partition-related event class
All Superinterfaces:
EventListener

@PrivateApi
public interface PartitionEventListener<T extends PartitionEvent>
extends EventListener

PartitionEventListener is a base interface for partition-related event listeners

See Also:
MigrationListener, PartitionLostListener

Method Summary
 void onEvent(T event)
           
 

Method Detail

onEvent

void onEvent(T event)


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