}
@Override
public void handleAddOffer(String offerId,
Map<String, String> productIdNames) {
dispatcher.execute(new UpdateOfferAction(offerId, productIdNames),
new AsyncCallback<UpdateOfferResult>() {
@Override
public void onFailure(Throwable paramThrowable) {
GWT.log("Unexpected error", paramThrowable);
}