Wiretap Server Handle Event definition. More...
Classes | |
class | Handler |
Wiretap Server Event Handler interface. More... | |
Public Member Functions | |
const WireTapDictionary & | getDetails () const |
const WireTapNodeId & | getNodeId () const |
const WireTapStr & | getType () const |
bool | operator== (const WireTapNodeEvent &) const |
WireTapNodeEvent (const WireTapNodeId &nodeId, const char *type, const WireTapDictionary &details=WireTapDictionary()) | |
Wiretap Server Handle Event definition.
WireTapNodeEvent::WireTapNodeEvent | ( | const WireTapNodeId & | nodeId, |
const char * | type, | ||
const WireTapDictionary & | details = WireTapDictionary() |
||
) |
const WireTapDictionary& WireTapNodeEvent::getDetails | ( | ) | const |
const WireTapNodeId& WireTapNodeEvent::getNodeId | ( | ) | const |
const WireTapStr& WireTapNodeEvent::getType | ( | ) | const |
bool WireTapNodeEvent::operator== | ( | const WireTapNodeEvent & | ) | const |