public class EntryListenerConfig extends ListenerConfig
className, implementation| Constructor and Description |
|---|
EntryListenerConfig() |
EntryListenerConfig(EntryListener implementation,
boolean local,
boolean includeValue) |
EntryListenerConfig(String className,
boolean local,
boolean includeValue) |
| Modifier and Type | Method and Description |
|---|---|
EntryListener |
getImplementation() |
boolean |
isIncludeValue() |
boolean |
isLocal() |
EntryListenerConfig |
setImplementation(EntryListener implementation) |
EntryListenerConfig |
setIncludeValue(boolean includeValue) |
EntryListenerConfig |
setLocal(boolean local) |
String |
toString() |
getClassName, setClassName, setImplementationpublic EntryListenerConfig()
public EntryListenerConfig(String className, boolean local, boolean includeValue)
public EntryListenerConfig(EntryListener implementation, boolean local, boolean includeValue)
public EntryListener getImplementation()
getImplementation in class ListenerConfigpublic EntryListenerConfig setImplementation(EntryListener implementation)
public boolean isLocal()
isLocal in class ListenerConfigpublic EntryListenerConfig setLocal(boolean local)
public boolean isIncludeValue()
isIncludeValue in class ListenerConfigpublic EntryListenerConfig setIncludeValue(boolean includeValue)
public String toString()
toString in class ListenerConfigCopyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.