LDA++
Public Member Functions | List of all members
ldaplusplus::events::EventListenerInterface Class Referenceabstract

#include <Events.hpp>

Inheritance diagram for ldaplusplus::events::EventListenerInterface:
ldaplusplus::events::FunctionEventListener

Public Member Functions

virtual void on_event (std::shared_ptr< Event > event)=0
 

Detailed Description

A simple event listener interface.

Member Function Documentation

virtual void ldaplusplus::events::EventListenerInterface::on_event ( std::shared_ptr< Event event)
pure virtual
Parameters
eventThe received event

Implemented in ldaplusplus::events::FunctionEventListener.


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