9192939495969798
protected void doAfterSuccess(final T result) { // Do nothing } protected void doAfterFailure(final Throwable caught) { final ServiceFailedEvent event = new ServiceFailedEvent(AbstractServiceCommand.this, caught); eventBus.fireEvent(event); }