614615616617618619620621622623624
} } void teardown(@Observes final Shutdown shutdown, final Event<PreShutdown> preShutdown) { preShutdown.fire(new PreShutdown(shutdown.getStatus())); exitRequested = true; if (inputPipe != null) { inputPipe.stop(); }
471472473474475476477478
} } void teardown(@Observes final Shutdown shutdown, final Event<PreShutdown> preShutdown) { preShutdown.fire(new PreShutdown(shutdown.getStatus())); exitRequested = true; }
603604605606607608609610611612613
580581582583584585586587588589590