Package | Description |
---|---|
negotiator.events | |
negotiator.gui.negosession | |
negotiator.gui.progress | |
negotiator.gui.progress.session | |
negotiator.logging | |
negotiator.session | |
negotiator.xml.multipartyrunner |
Modifier and Type | Interface and Description |
---|---|
interface |
TournamentEvent
Abstract superclass for all multiparty tournament events.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionEvent
This class records details about an action of an agent.
|
class |
AgentLogEvent
Reports log info returned by an agent.
|
class |
AgreementEvent
Indicates that an agreement was reached.
|
class |
BilateralAtomicNegotiationSessionEvent
It looks like this reports the start of a bilateral negotiation session
|
class |
LogMessageEvent
Deprecated.
|
class |
MultipartyNegoActionEvent
Agent did an action.
|
class |
MultipartySessionEndedEvent
Records an end of a multi-party session end.
|
class |
RecoverableSessionErrorEvent
This exception indicates that something went wrong but we did an automatic
recovery.
|
class |
SessionFailedEvent
Indicates that a session failed, typically due to an exception, timeout etc.
|
class |
TournamentEndedEvent
Indicates that a tournament terminated.
|
class |
TournamentSessionStartedEvent
Indicates that a session started.
|
class |
TournamentStartedEvent
Indicates that a tournament started.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiPartyDataModel.notifyChange(NegotiationEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
MultiPartyTournamentProgressUI.notifyChange(NegotiationEvent e)
implements Listener
|
Modifier and Type | Method and Description |
---|---|
void |
OutcomesListModel.notifyChange(NegotiationEvent e) |
void |
ActionDocumentModel.notifyChange(NegotiationEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
XmlLogger.notifyChange(NegotiationEvent e) |
void |
FileLogger.notifyChange(NegotiationEvent e) |
void |
ConsoleLogger.notifyChange(NegotiationEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
TournamentManager.notifyChange(NegotiationEvent evt)
this is not available for outsiders.
|
Modifier and Type | Method and Description |
---|---|
void |
TournamentManager.addListener(Listener<NegotiationEvent> listener)
listener support
|
void |
TournamentManager.removeListener(Listener<NegotiationEvent> listener) |
Modifier and Type | Method and Description |
---|---|
void |
XmlRunner.notifyChange(NegotiationEvent e)
Must implement, but we access the private implementation directly.
|
void |
ProgressReporter.notifyChange(NegotiationEvent data)
Increase progress counter when negotiation event comes in.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRunner.addListener(Listener<NegotiationEvent> listener)
Adds a new listener to the list
|
void |
XmlRunner.removeListener(Listener<NegotiationEvent> listener)
Remove a listener from the list
|