FIFE  2008.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
FIFE::IMouseController Class Referenceabstract

#include <ec_imousecontroller.h>

Inheritance diagram for FIFE::IMouseController:
Inheritance graph
Collaboration diagram for FIFE::IMouseController:
Collaboration graph

Public Member Functions

virtual void addMouseListener (IMouseListener *listener)=0
 
virtual void addMouseListenerFront (IMouseListener *listener)=0
 
virtual void removeMouseListener (IMouseListener *listener)=0
 

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 ec_imousecontroller.h.

Member Function Documentation

virtual void FIFE::IMouseController::addMouseListener ( IMouseListener 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.

virtual void FIFE::IMouseController::addMouseListenerFront ( IMouseListener 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.

virtual void FIFE::IMouseController::removeMouseListener ( IMouseListener 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: