Mana
Loading...
Searching...
No Matches
Public Member Functions | List of all members
EventListener Class Referenceabstract

#include <eventlistener.h>

Inheritance diagram for EventListener:
ActorSpriteManager Being ChatTab ChatWindow Gui InventoryWindow ManaServ::EquipBackend ManaServ::GeneralHandler ManaServ::InventoryHandler MiniStatusWindow NpcEventListener PlayerInfo::PlayerLogic QuestsWindow SkillDialog StatusWindow Theme TmwAthena::GameHandler TmwAthena::GeneralHandler TmwAthena::InventoryHandler TmwAthena::PlayerHandler Viewport

Public Member Functions

virtual ~EventListener ()
 
void listen (Event::Channel channel)
 
void ignore (Event::Channel channel)
 
virtual void event (Event::Channel channel, const Event &event)=0
 

Detailed Description

Definition at line 25 of file eventlistener.h.

Constructor & Destructor Documentation

◆ ~EventListener()

EventListener::~EventListener ( )
virtual

Definition at line 25 of file eventlistener.cpp.

Member Function Documentation

◆ event()

virtual void EventListener::event ( Event::Channel  channel,
const Event event 
)
pure virtual

◆ ignore()

void EventListener::ignore ( Event::Channel  channel)

Definition at line 35 of file eventlistener.cpp.

◆ listen()

void EventListener::listen ( Event::Channel  channel)

Definition at line 30 of file eventlistener.cpp.


The documentation for this class was generated from the following files: