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