JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
genius.core.actions
Interface ActionWithBid
All Superinterfaces:
Action
, java.io.Serializable
All Known Implementing Classes:
Accept
,
DefaultActionWithBid
,
EndNegotiationWithAnOffer
,
InformVotingResult
,
Offer
,
OfferForFeedback
,
OfferForVoting
,
Reject
public interface
ActionWithBid
extends
Action
Interface for actions that involve a
Bid
Author:
W.Pasman
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Bid
getBid
()
Returns the bid that is involved with this action.
Methods inherited from interface genius.core.actions.
Action
getAgent
Method Detail
getBid
Bid
getBid()
Returns the bid that is involved with this action.
Returns:
the involved Bid.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method