Documentation Language: Swift

Enumeration

EditingDomainEvent

Events that can occur in an editing domain.

enum EditingDomainEvent

Topics

Operators

Enumeration Cases

E
EditingDomainEvent.aboutToExecute(_:)

About to execute a command.

E
EditingDomainEvent.aboutToRedo(_:)

About to redo a command.

E
EditingDomainEvent.aboutToUndo(_:)

About to undo a command.

E
EditingDomainEvent.commandStackFlushed

Command stack was flushed.

E
EditingDomainEvent.executed(_:)

Command was executed successfully.

E
EditingDomainEvent.executionFailed(_:_:)

Command execution failed.

E
EditingDomainEvent.redone(_:)

Command was redone successfully.

E
EditingDomainEvent.undone(_:)

Command was undone successfully.

Default Implementations

Relationships

Conforms To