WrappedEvent

class WrappedEvent(val event: Event, val argument: Any?) : GeneratedEvent

System event which is used by the library to wrap original event and argument, so user may access them, when this event is processed. Currently only UndoEvent is transformed to this event.

Parameters

event

original event

argument

original argument

Constructors

Link copied to clipboard
constructor(event: Event, argument: Any?)

Properties

Link copied to clipboard
Link copied to clipboard