Home | History | Annotate | Download | only in base

Lines Matching defs:Notify

32 //    * Any thread may trigger a notification via Notify().
49 // will notify its regular ObserverList.
136 // Notify methods.
139 // that at the completion of the Notify call that all Observers have
142 void Notify(Method m) {
144 Notify<Method, Tuple0>(method);
148 void Notify(Method m, const A &a) {
150 Notify<Method, Tuple1<A> >(method);
153 // TODO(mbelshe): Add more wrappers for Notify() with more arguments.
167 void Notify(const UnboundMethod<ObserverType, Method, Params>& method) {