nebula::comm::EventElementBase
class nebula::comm::EventElementBase
Base class for Event Elements.
Members
public std::string & getElementName()
Get the event Name.
- Returns std::string& name
public void subscribe(std::function< void(const std::string &)> notifier)
subscribe to the event
- Parameters
notifiernotifier for handling incoming events