#include <OnixS/Senaf/MarketData/HandlerStateChangeListener.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 33 of file HandlerStateChangeListener.h.
HandlerStateChange | ( | HandlerState | newState, |
HandlerState | oldState | ||
) |
Initialize instance.
|
inline |
New State.
Definition at line 60 of file HandlerStateChangeListener.h.
|
inline |
Old state.
Definition at line 65 of file HandlerStateChangeListener.h.
|
inline |
String representation.
Definition at line 70 of file HandlerStateChangeListener.h.
void toString | ( | std::string & | ) | const |
Appends string representation.