Uses of Class
com.iizix.event.GEvent.Operation
Packages that use GEvent.Operation Package Description com.iizigo.event com.iizix.event Uses of GEvent.Operation in com.iizigo.event
Methods in com.iizigo.event with parameters of type GEvent.Operation Modifier and Type Method Description protected EventListener
QueryDesignerPropEvent. getAlternateDestination(GProp<?> destination, GEvent.Operation operation, int operationIndex)
Gets the alternate property destination for an event about to be sent.boolean
QueryDesignerPropEvent. isEventProcessed(GProp<?> property, GEvent.Operation operation, int operationIndex)
Checks if this Operation at specified index should be processed or not by the specified property.Uses of GEvent.Operation in com.iizix.event
Methods in com.iizix.event that return GEvent.Operation Modifier and Type Method Description GEvent.Operation
GEvent. getOperation()
Gets the current operation.GEvent.Operation[]
BubbleEvent. getOperations()
Gets the Operations order describing what Operation the property that receives the event should process.abstract GEvent.Operation[]
GEvent. getOperations()
Gets the Operations order describing what Operation the property that receives the event should process.GEvent.Operation[]
ResolveReferencesEvent. getOperations()
Gets the Operations order describing what Operation the property that receives the event should process.GEvent.Operation[]
SinkEvent. getOperations()
Gets the Operations order describing what Operation the property that receives the event should process.static GEvent.Operation
GEvent.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GEvent.Operation[]
GEvent.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.event with parameters of type GEvent.Operation Modifier and Type Method Description protected EventListener
GEvent. getAlternateDestination(GProp<?> destination, GEvent.Operation operation, int operationIndex)
Gets the alternate property destination for an event about to be sent.boolean
GEvent. isEventProcessed(GProp<?> property, GEvent.Operation operation, int operationIndex)
Checks if this Operation at specified index should be processed or not by the specified property.void
GEvent. send(GProp<?> sender, GProp<?> receiver, GEvent.Operation operation, int operationIndex)
Sends this event to the property in question, with "safe" processing, i.e.void
GEvent. sendSelf(GProp<?> senderAndReceiver, GEvent.Operation operation, int operationIndex)
Sends this event to the property itself in question, with "safe" processing, i.e.void
GEvent. setOperation(GEvent.Operation operation)
Sets the current operation.