#include <HandlerStateChange.h>
Public Member Functions | |
HandlerStateChange (HandlerState newState, HandlerState oldState) | |
HandlerState | newState () const |
HandlerState | oldState () const |
std::string | toString () const |
void | toString (std::string &) const |
Definition at line 32 of file HandlerStateChange.h.
HandlerStateChange | ( | HandlerState | newState, |
HandlerState | oldState | ||
) |
Initialize instance.
|
inline |
New State.
Definition at line 59 of file HandlerStateChange.h.
|
inline |
Old state.
Definition at line 64 of file HandlerStateChange.h.
|
inline |
String representation.
Definition at line 69 of file HandlerStateChange.h.
void toString | ( | std::string & | ) | const |
Appends string representation.