public class MultipartySessionEndedEvent extends java.lang.Object implements NegotiationEvent
Constructor and Description |
---|
MultipartySessionEndedEvent(Session session,
Bid agreement,
java.util.List<NegotiationPartyInternal> parties) |
Modifier and Type | Method and Description |
---|---|
Bid |
getAgreement() |
java.util.List<NegotiationPartyInternal> |
getParties() |
Session |
getSession() |
public MultipartySessionEndedEvent(Session session, Bid agreement, java.util.List<NegotiationPartyInternal> parties)
session
- the session that endedagreement
- the bid that was agreed on at the end, or null if no
agreement.parties
- list of the involved NegotiationPartyInternal
, in
correct orderpublic Session getSession()
public Bid getAgreement()
public java.util.List<NegotiationPartyInternal> getParties()