package JThread.examples.buyer;

public interface IVendor
{
    Order getBid( Order order, int delivery );
}
