Class ListenerConfig

java.lang.Object
com.hazelcast.config.ListenerConfig
All Implemented Interfaces:
DataSerializable, IdentifiedDataSerializable
Direct Known Subclasses:
CachePartitionLostListenerConfig, EntryListenerConfig, ItemListenerConfig, MapPartitionLostListenerConfig, SplitBrainProtectionListenerConfig

public class ListenerConfig
extends Object
implements IdentifiedDataSerializable
Contains the configuration for an EventListener. The configuration contains either the classname of the EventListener implementation, or the actual EventListener instance.