public class PropertyCallback<T> extends Object implements TypedLookupChangeListener<T>
| Constructor and Description |
|---|
PropertyCallback(Object object,
String propertyName,
Class<T> propertyType)
Constructor for PropertyCallback.
|
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getType()
Returns the type this callback is bound to
|
void |
lookupChanged(LookupChangeEvent<? extends T> event)
Is notified when the content of the lookup has been changed
|
@Nonnull public Class<T> getType()
getType in interface TypedLookupChangeListener<T>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.