Class Event

Class Documentation

class Event

An Event that is sent out by EventManager.

Public Types

typedef String Type

String defining the type of the event.

Public Functions

Event(const Type &type, const Variant &data)
Event(Event&)
~Event()
const Type &getType() const
const Variant &getData() const

Returns the payload data sent with an event. Extract typed data after getting the data.