Exemplo n.º 1
0
 public void postRxStoreChange(final RxStoreChange storeChange) {
   mBus.send(storeChange);
 }
Exemplo n.º 2
0
 public void postRxAction(final RxAction action) {
   mBus.send(action);
 }