예제 #1
0
 public bool AddSub(TSub sub)
 {
     return(WeakListHelper.Add <TSub>(ref _ClassSubscribers, sub));
 }
예제 #2
0
 }                                                                //__SILP__
                                                                  //__SILP__
 public bool AddResponseWatcher(IResponseWatcher listener)        //__SILP__
 {
     return(WeakListHelper.Add(ref _ResponseWatchers, listener)); //__SILP__
 }                                                                //__SILP__
예제 #3
0
 }                                                              //__SILP__
                                                                //__SILP__
 public bool AddRequestChecker(IRequestChecker checker)         //__SILP__
 {
     return(WeakListHelper.Add(ref _RequestCheckers, checker)); //__SILP__
 }                                                              //__SILP__
예제 #4
0
 public bool AddDictWatcher(IDictWatcher <T> watcher)
 {
     return(WeakListHelper.Add(ref _Watchers, watcher));
 }
예제 #5
0
 public bool AddTableWatcher(ITableWatcher <T> watcher)
 {
     return(WeakListHelper.Add(ref _Watchers, watcher));
 }
예제 #6
0
 }                                                             //__SILP__
                                                               //__SILP__
 public bool AddEventWatcher(IEventWatcher listener)           //__SILP__
 {
     return(WeakListHelper.Add(ref _EventWatchers, listener)); //__SILP__
 }                                                             //__SILP__