20class ConsoleOutputtedEvent final :
public Event {
21 std::string
const& mMessage;
25 constexpr explicit ConsoleOutputtedEvent(std::string
const& message,
bool isCancelled =
false)
27 mIsCancelled(isCancelled) {}
31 LLNDAPI std::string
const& message()
const;
32 LLNDAPI
bool isCancelled()
const;