Package com.tangosol.net.partition
Interface PartitionListener
- All Superinterfaces:
 EventListener
The listener interface for receiving PartitionEvents.
- Since:
 - Coherence 3.3
 - Author:
 - cp 2007.05.18
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when a partition event has occurred. 
- 
Method Details
- 
onPartitionEvent
Invoked when a partition event has occurred.This interface should be considered as a very advanced feature, so a PartitionListener implementation must exercise extreme caution during event processing since any delay or unhandled exception could cause a delay in or complete shutdown of the corresponding partitioned service.
- Parameters:
 evt- the PartitionEvent object containing the information about the event that has occurred
 
 -