public interface IPropReference
com.iizix.prop.PropReference
class for more information.PropReference
Modifier and Type | Interface and Description |
---|---|
static class |
IPropReference.ReferenceChangeEvent
Enumeration for reference change events.
|
Modifier and Type | Method and Description |
---|---|
String |
getReferenceDescription()
Gets a short description of this reference, e.g.
|
boolean |
isReferenceValid(GProp<?> property)
Validates the property reference that has been looked up.
|
void |
onReferenceEvent(PropReference reference,
IPropReference.ReferenceChangeEvent event,
GEvent triggerEvent)
Called when a property reference event occurs.
|
void onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Trigger GEvent's are: PROP_RENAMED, PROP_CNR_RENAMED or PROP_PROJECT_RENAMED for "RENAMED", PROP_DISPOSED for DISPOSED. The PROP_RESOLVE_REFERENCES can sometimes cause the trigger event to be set.
reference
- The property reference object.event
- The event.triggerEvent
- The event that triggered this reference event, null for none.boolean isReferenceValid(GProp<?> property)
property
- The property to validate.String getReferenceDescription()
iizi® is a registered trademark of Mindus SARL. © Copyright 2019 Mindus SARL. All rights reserved.