Interface | Description |
---|---|
NegotiationEvent |
An abstract superclass for all events, both meta-events like
SessionFailedEvent and concrete Action s done by agents like
doing an Offer . |
TournamentEvent |
Abstract superclass for all multiparty tournament events.
|
Class | Description |
---|---|
ActionEvent |
This class records details about an action of an agent.
|
AgentLogEvent |
Reports log info returned by an agent.
|
AgreementEvent |
Indicates that an agreement was reached.
|
BilateralAtomicNegotiationSessionEvent |
It looks like this reports the start of a bilateral negotiation session
|
LogMessageEvent | Deprecated |
MultipartyNegoActionEvent |
Agent did an action.
|
MultipartySessionEndedEvent |
Records an end of a multi-party session end.
|
RecoverableSessionErrorEvent |
This exception indicates that something went wrong but we did an automatic
recovery.
|
SessionFailedEvent |
Indicates that a session failed, typically due to an exception, timeout etc.
|
TournamentEndedEvent |
Indicates that a tournament terminated.
|
TournamentSessionStartedEvent |
Indicates that a session started.
|
TournamentStartedEvent |
Indicates that a tournament started.
|