Uses of Enum Class
com.iizix.prop.IPropReference.ReferenceChangeEvent
Packages that use IPropReference.ReferenceChangeEvent
Uses of IPropReference.ReferenceChangeEvent in com.iizigo.java.parser.annotation
Methods in com.iizigo.java.parser.annotation with parameters of type IPropReference.ReferenceChangeEventModifier and TypeMethodDescriptionvoid
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.ReferenceChangeEventModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IPropReference.ReferenceChangeEvent[]
IPropReference.ReferenceChangeEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.iizix.prop with parameters of type IPropReference.ReferenceChangeEventModifier and TypeMethodDescriptionvoid
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.ReferenceChangeEventModifier and TypeMethodDescriptionvoid
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.ReferenceChangeEventModifier and TypeMethodDescriptionvoid
KStringHolder.TagReference.onReferenceEvent
(PropReference ref, IPropReference.ReferenceChangeEvent event, GEvent triggerEvent) Called when a property reference event occurs.