![]() |
FastFX
1.1.0
LED Strip Animation and Effects Framework for Arduino
|
#include <FFXBase.h>
Public Member Functions | |
FFXStateObserver () | |
virtual | ~FFXStateObserver () |
virtual void | onNotify (String source, String attribute, String value)=0 |
FFXStateObserver - Base class for FFX event observer class. Descendents of this class may be registered with any FFXStateNotifier. Override the pure virtual onNotify() method to handle notification events.
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in FFXSegment.