Uses of Enum Class
org.eclipse.emf.compare.command.CommandStackEvent.Operation
Packages that use CommandStackEvent.Operation
-
Uses of CommandStackEvent.Operation in org.eclipse.emf.compare.command
Methods in org.eclipse.emf.compare.command that return CommandStackEvent.OperationModifier and TypeMethodDescriptionCommandStackEvent.getOperation()
Returns the type of this event.static CommandStackEvent.Operation
Returns the enum constant of this class with the specified name.static CommandStackEvent.Operation[]
CommandStackEvent.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.emf.compare.command with parameters of type CommandStackEvent.OperationModifierConstructorDescriptionCommandStackEvent
(CommandStack commandStack, CommandStackEvent.Operation type) Constructor. -
Uses of CommandStackEvent.Operation in org.eclipse.emf.compare.command.impl
Methods in org.eclipse.emf.compare.command.impl with parameters of type CommandStackEvent.OperationModifier and TypeMethodDescriptionprotected void
TransactionalDualCompareCommandStack.notifyListeners
(CommandStack commandStack, CommandStackEvent.Operation operation) This is called to ensure thatCommandStackListener.commandStackChanged(java.util.EventObject)
is called for each listener.