示例#1
0
 public void postRxStoreChange(final RxStoreChange storeChange) {
   mBus.send(storeChange);
 }
示例#2
0
 public void postRxAction(final RxAction action) {
   mBus.send(action);
 }