accept(_:)
Forwards the event to the delegate you provide to process the change-history event.
Declaration
func accept(_ visitor: any CNChangeHistoryEventVisitor)Parameters
- visitor:
The delegate with methods you implement to handle this event.
Forwards the event to the delegate you provide to process the change-history event.
func accept(_ visitor: any CNChangeHistoryEventVisitor)The delegate with methods you implement to handle this event.