Uses of Class
com.iizix.prop.IPropReference.ReferenceChangeEvent
Packages that use IPropReference.ReferenceChangeEvent Package Description com.iizigo.java.parser.annotation com.iizix.prop com.iizix.prop.vs com.iizix.text Uses of IPropReference.ReferenceChangeEvent in com.iizigo.java.parser.annotation
Methods in com.iizigo.java.parser.annotation with parameters of type IPropReference.ReferenceChangeEvent Modifier and Type Method Description void
GAnnotation. onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Reference event.Uses of IPropReference.ReferenceChangeEvent in com.iizix.prop
Methods in com.iizix.prop that return IPropReference.ReferenceChangeEvent Modifier and Type Method Description static IPropReference.ReferenceChangeEvent
IPropReference.ReferenceChangeEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IPropReference.ReferenceChangeEvent[]
IPropReference.ReferenceChangeEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.prop with parameters of type IPropReference.ReferenceChangeEvent Modifier and Type Method Description void
AbstractReference. onReferenceEvent(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.void
IPropReference. onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.Uses of IPropReference.ReferenceChangeEvent in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type IPropReference.ReferenceChangeEvent Modifier and Type Method Description void
VSReference. onReferenceEvent(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.void
VSRelativeReference. onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.void
VSTableColumnReference. onReferenceEvent(PropReference reference, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.Uses of IPropReference.ReferenceChangeEvent in com.iizix.text
Methods in com.iizix.text with parameters of type IPropReference.ReferenceChangeEvent Modifier and Type Method Description void
KStringHolder.TagReference. onReferenceEvent(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent)
Called when a property reference event occurs.