WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
Event.cpp
Go to the documentation of this file.
1#include "Event.h"
2
3Event::Event(Observable* observable, EventType type) : m_type(type), m_p_sender(observable)
4{
5}
Event(Observable *, EventType)
Definition Event.cpp:3
EventType
Definition Event.h:12
Subject in the Observer pattern; maintains a list of Observer subscribers.
Definition Observable.h:12