|
GridSim v4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented by the class responsible for defining the other side of an auction (ie. not the auctioneer's side)
AuctionTags
,
Message
Method Summary | |
Message |
onReceiveCfb(MessageCallForBids msg)
This method is invoked by the observer when a Call for Bids is received |
Message |
onReceiveInformOutcome(MessageInformOutcome msg)
This method is invoked by the observer when a message informing the outcome is received |
Message |
onReceiveRejectProposal(MessageRejectBid msg)
This message is invoked when the observer receives a message rejecting a proposal previously sent |
Message |
onReceiveStartAuction(MessageInformStart inform)
This message is invoked when the observer receives a message informing about the start of an auction |
Method Detail |
public Message onReceiveCfb(MessageCallForBids msg)
msg
- the Call for Bids
public Message onReceiveInformOutcome(MessageInformOutcome msg)
msg
- the message informing the outcome
public Message onReceiveRejectProposal(MessageRejectBid msg)
msg
- the reject message
public Message onReceiveStartAuction(MessageInformStart inform)
inform
- the message informing the start of the auction
|
GridSim v4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |