コード例 #1
0
 /** Stops the Event Bus */
 void stopEventBus(@Observes StopBus event) {
   CommandBusOnClient bus = commandBusInst.get();
   bus.stopBus();
 }