Home | History | Annotate | Download | only in deprecated

Lines Matching full:callback

145   // If listener's callback is currently executing, this method waits until the
146 // callback completes before returning.
203 // NULL means no callback is currently being called.
206 // The thread on which the callback is executing.
209 // Remove while in callback. Owned and closed by the thread calling Remove().
253 static_cast<Derived*>(this)->Callback(event);
254 if (deleted) // The callback (legally) deleted this.
269 // SimpleHookup just passes the event to the callback message.
286 void Callback(const EventType& event) {
293 // ArgHookup also passes an additional arg to the callback method.
311 void Callback(const EventType& event) {