Package | Description |
---|---|
negotiator | |
negotiator.events | |
negotiator.gui.negosession | |
negotiator.gui.progress | |
negotiator.logging | |
negotiator.xml.multipartyrunner |
Modifier and Type | Method and Description |
---|---|
void |
MultipartyNegotiationEventListener.handleEvent(NegotiationEvent e)
IMPORTANT: in handleEvent, do not more than just storing the event and
notifying your interface that a new event has arrived.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionEvent
This class records details about an action of an agent.
|
class |
AgreementEvent
Indicates that an agreement was reached.
|
class |
BilateralAtomicNegotiationSessionEvent |
class |
LogMessageEvent
Deprecated.
|
class |
MultipartyNegotiationOfferEvent |
class |
MultipartyNegotiationSessionEvent |
class |
NegotiationSessionEvent |
class |
SessionFailedEvent
Indicates that a session failed, typically due to an exception, timeout etc.
|
class |
SessionStartedEvent
Indicates that a session started.
|
class |
TournamentEndedEvent
Indicates that a tournament terminated.
|
class |
TournamentStartedEvent
Indicates that a tournament started.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiPartyDataModel.handleEvent(NegotiationEvent e)
implements MultipartyNegotiationEventListener
|
Modifier and Type | Method and Description |
---|---|
void |
MultiPartyTournamentProgressUI.handleEvent(NegotiationEvent e)
implements MultipartyNegotiationEventListener
|
void |
MultipartyProgressUI.handleEvent(NegotiationEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
FileLogger.handleEvent(NegotiationEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ProgressReporter.handleEvent(NegotiationEvent e)
Increase progress counter
IMPORTANT: in handleEvent, do not more than just storing the event and
notifying your interface that a new event has arrived.
|