public class MultipartySessionEndedEvent extends NegotiationEvent
Constructor and Description |
---|
MultipartySessionEndedEvent(java.lang.Object source,
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(java.lang.Object source, Session session, Bid agreement, java.util.List<NegotiationPartyInternal> parties)
source
- who created this eventsession
- 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()