public class ReflectionCallback<T> extends Object implements LookupChangeListener<T>
ReflectionCallback class.
| Constructor and Description |
|---|
ReflectionCallback(Object object,
Method setter)
Constructor for ReflectionCallback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
lookupChanged(LookupChangeEvent<? extends T> event)
Is notified when the content of the lookup has been changed
|
public void lookupChanged(@Nonnull LookupChangeEvent<? extends T> event)
lookupChanged in interface LookupChangeListener<T>event - describes the change of the lookupCopyright © 2007–2017 cedarsoft GmbH. All rights reserved.