Uses of Enum Class
com.iizix.event.GEvent.Operation
Uses of GEvent.Operation in com.iizigo.event
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionGEvent.getOperation()
Gets the current 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.ResolveReferencesEvent.getOperations()
Gets the Operations order describing what Operation the property that receives the event should process.SinkEvent.getOperations()
Gets the Operations order describing what Operation the property that receives the event should process.static GEvent.Operation
Returns the enum constant of this class with the specified name.static GEvent.Operation[]
GEvent.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected 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.final 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.final 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.