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 . |
SessionEndedEvent |
abstract class for session ended
|
TournamentEvent |
Abstract superclass for all multiparty tournament events.
|
Class | Description |
---|---|
ActionEvent |
This class records details about an action of an agent.
|
AgentLogEvent |
Reports special log info returned by an agent.
|
MultipartyNegoActionEvent |
Agent did an action.
|
RecoverableSessionErrorEvent |
This exception indicates that something went wrong but we did an automatic
recovery.
|
SessionEndedNormallyEvent |
Abstract superclass indicating end of a session.
|
SessionFailedEvent |
Indicates that a session failed in abnormal way, 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.
|
Exception | Description |
---|---|
BrokenPartyException |
Thrown if construction of
NegotiationPartyInternal fails. |