public class ItemListenerConfigReadOnly extends ItemListenerConfig
className, implementation| Constructor and Description | 
|---|
ItemListenerConfigReadOnly(ItemListenerConfig config)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
ListenerConfig | 
setClassName(String className)
Deprecated.  
Sets the class name of the EventListener. 
 | 
ListenerConfig | 
setImplementation(EventListener implementation)
Deprecated.  
Sets the EventListener implementation. 
 | 
ItemListenerConfig | 
setImplementation(ItemListener implementation)
Deprecated.  
  | 
ItemListenerConfig | 
setIncludeValue(boolean includeValue)
Deprecated.  
  | 
equals, getAsReadOnly, getImplementation, hashCode, isIncludeValue, toStringgetClassName, isLocalpublic ItemListenerConfigReadOnly(ItemListenerConfig config)
public ItemListenerConfig setImplementation(ItemListener implementation)
setImplementation in class ItemListenerConfigpublic ItemListenerConfig setIncludeValue(boolean includeValue)
setIncludeValue in class ItemListenerConfigpublic ListenerConfig setClassName(String className)
ListenerConfigsetClassName in class ListenerConfigclassName - the name of the class of the EventListener.ListenerConfig.setImplementation(java.util.EventListener), 
ListenerConfig.getClassName()public ListenerConfig setImplementation(EventListener implementation)
ListenerConfigsetImplementation in class ListenerConfigimplementation - the EventListener implementation.ListenerConfig.setClassName(String), 
ListenerConfig.getImplementation()Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.