Package | Description |
---|---|
listener | |
negotiator.gui.negosession | |
negotiator.gui.progress | |
negotiator.gui.progress.session | |
negotiator.logging | |
negotiator.session | |
negotiator.xml.multipartyrunner | |
panels |
Modifier and Type | Method and Description |
---|---|
void |
Listenable.addListener(Listener<TYPE> l)
Add listener for this observable
|
void |
DefaultListenable.addListener(Listener<TYPE> l) |
void |
Listenable.removeListener(Listener<TYPE> l)
Remove listener for this observable
|
void |
DefaultListenable.removeListener(Listener<TYPE> l) |
Modifier and Type | Class and Description |
---|---|
class |
MultiPartyDataModel
Tracks the Multiparty tournament and keeps a
DataKeyTableModel up to
date. |
Modifier and Type | Class and Description |
---|---|
class |
MultiPartyTournamentProgressUI |
Modifier and Type | Class and Description |
---|---|
class |
ActionDocumentModel
A document containing all actions that occured on the NegotiationEvent
stream.
|
class |
OutcomesListModel
Outcomes model.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleLogger
Logs additional info to the console that normally would be ignored.
|
class |
FileLogger
Creates a file logger which will log the nego events to a csv file
|
class |
XmlLogger
Creates a logger which will log
NegotiationEvent s to a XML file. |
Modifier and Type | Method and Description |
---|---|
void |
TournamentManager.addListener(Listener<NegotiationEvent> listener)
listener support
|
void |
TournamentManager.removeListener(Listener<NegotiationEvent> listener) |
Modifier and Type | Class and Description |
---|---|
class |
ProgressReporter
Object that listens to
NegotiationEvent s and increases it's internal
counter on each event. |
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
|
Modifier and Type | Class and Description |
---|---|
class |
ListDataListenerAdapter<ItemType>
Adapts a
Listener into a ListDataListener . |