CodeSubWars 0.4.7b
CodeSubWars::CSWEventManager Class Reference

#include <CSWEventManager.h>

Public Member Functions

void send (std::shared_ptr< CSWEvent > pEvent)
 

Detailed Description

This class manages sending and delivering of events. An event is repeatly delivered to the receiver until the receiver processed the event successfully by returning true in the processEvent method or the time to life has expired.

Member Function Documentation

◆ send()

void CodeSubWars::CSWEventManager::send ( std::shared_ptr< CSWEvent pEvent)

Sends an event.

Parameters
pEventThe event to sent.

Generated at Sun Aug 7 2022 for project CodeSubWars. www.codesubwars.org