T - the type of product create by this Bazaarpublic static interface Bazaar.PriorityOverlapCallBack<T>
Vendors make the same bid, the registered
Bazaar.PriorityOverlapCallBack will be
notified,
an arbitrary Vendor with the same Bid will create the product in this case.| Modifier and Type | Method and Description |
|---|---|
void |
priorityOverlap(Vendor<? extends T> winner,
Vendor<? extends T> overlapping)
Will be called if two
Vendors do the same bid. |
Copyright © 2018. All rights reserved.