de.upb.swtpra05.group03.shuttle
Interface UnsuccessfulOfferInterface

All Known Implementing Classes:
Execution, OrderStateControl

public interface UnsuccessfulOfferInterface

Interface of a class that will be notified if an offer is supposed to be unsuccessful.

Version:
$Revision: 1.3 $

Method Summary
 void offerUnsuccessful(de.upb.swtpra.kernel.id.OrderID id)
          Is called to notify the shuttle that an offer is supposed to be unsuccessful
 

Method Detail

offerUnsuccessful

public void offerUnsuccessful(de.upb.swtpra.kernel.id.OrderID id)
Is called to notify the shuttle that an offer is supposed to be unsuccessful

Parameters:
id - The order if for which the offer was sent