Searched refs:NotifyRemove (Results 1 – 4 of 4) sorted by relevance
40 virtual void NotifyRemove(const char *N) = 0;148 virtual void NotifyRemove(const char *N) { in NotifyRemove() function
41 virtual void NotifyRemove(const char *N) = 0;149 void NotifyRemove(const char *N) override { in NotifyRemove() function
36 if (Listener) Listener->NotifyRemove(Node->getName()); in Remove()
50 if (Listener) Listener->NotifyRemove(Node->getName()); in Remove()