FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::ITextController Class Referenceabstract

Controller provides a way to receive events from the system Using this interface, clients can subscribe themselves to receive events. More...

#include <itextcontroller.h>

+ Inheritance diagram for FIFE::ITextController:
+ Collaboration diagram for FIFE::ITextController:

Public Member Functions

virtual void addTextListener (ITextListener *listener)=0
 Adds a listener to the back of the listener deque Listener will be notified via the corresponding events. More...
 
virtual void addTextListenerFront (ITextListener *listener)=0
 Adds a listener to the front of the listener deque Listener will be notified via the corresponding events. More...
 
virtual void removeTextListener (ITextListener *listener)=0
 Removes an added listener from the controller. More...
 
virtual ~ITextController ()
 

Detailed Description

Controller provides a way to receive events from the system Using this interface, clients can subscribe themselves to receive events.

Definition at line 43 of file itextcontroller.h.

Constructor & Destructor Documentation

◆ ~ITextController()

virtual FIFE::ITextController::~ITextController ( )
inlinevirtual

Definition at line 64 of file itextcontroller.h.

Member Function Documentation

◆ addTextListener()

virtual void FIFE::ITextController::addTextListener ( ITextListener listener)
pure virtual

Adds a listener to the back of the listener deque Listener will be notified via the corresponding events.

Parameters
listenerlistener to add

Implemented in FIFE::EventManager.

◆ addTextListenerFront()

virtual void FIFE::ITextController::addTextListenerFront ( ITextListener listener)
pure virtual

Adds a listener to the front of the listener deque Listener will be notified via the corresponding events.

Parameters
listenerlistener to add

Implemented in FIFE::EventManager.

◆ removeTextListener()

virtual void FIFE::ITextController::removeTextListener ( ITextListener listener)
pure virtual

Removes an added listener from the controller.

Listener will not be notified anymore via the corresponding events

Parameters
listenerlistener to remove

Implemented in FIFE::EventManager.


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