/// Called by implementation which provided handler to process NodeEntryAdded/NodeEntryRemoved events. Events are coalesced by type whereby old events are ignored.
/// Called by implementation which provided handler to process NodeEntryAdded/NodeEntryRemoved events. Events are coalesced by type whereby old events are ignored.
voidprocessEvents(){
voidprocessEvents();
if(m_nodeEvents)
m_nodeEvents->processEvents();
}
/// Add node. Node will be pinged if it's not already known.
/// Add node. Node will be pinged if it's not already known.