Uses of Class
com.hazelcast.config.ListenerConfig
Packages that use ListenerConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of ListenerConfig in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return types with arguments of type ListenerConfigModifier and TypeMethodDescriptionClientConfig.getListenerConfigs()
Gets list of all configuredListenerConfig
'sMethods in com.hazelcast.client.config with parameters of type ListenerConfigModifier and TypeMethodDescriptionClientConfig.addListenerConfig
(ListenerConfig listenerConfig) Helper method to add a new ListenerConfigMethod parameters in com.hazelcast.client.config with type arguments of type ListenerConfigModifier and TypeMethodDescriptionClientConfig.setListenerConfigs
(List<ListenerConfig> listenerConfigs) Sets allListenerConfig
's -
Uses of ListenerConfig in com.hazelcast.config
Methods in com.hazelcast.config that return ListenerConfigModifier and TypeMethodDescriptionListenerConfig.setClassName
(String className) Sets the class name of the EventListener.ListenerConfig.setImplementation
(EventListener implementation) Sets the EventListener implementation.Constructors in com.hazelcast.config with parameters of type ListenerConfig