![]() |
FastFX
1.1.0
LED Strip Animation and Effects Framework for Arduino
|
#include <FFXBase.h>
Public Member Functions | |
FFXStateNotifier () | |
virtual | ~FFXStateNotifier () |
void | addObserver (FFXStateObserver *obs) |
void | notify (String source, String attribute, String value) |
FFXStateNotifier - Base class for FFX event publisher class. Maintains a list of FFXStageObserver objects to send notifications. Calls to notify() will be passed to the onNotify() method of each registered FFXStateObjerver.
|
inline |
|
inlinevirtual |
|
inline |
|
inline |