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