Package | Description |
---|---|
negotiator.gui.negosession | |
negotiator.gui.progress | |
negotiator.logging | |
negotiator.session | |
negotiator.xml.multipartyrunner |
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 |
MultipartyProgressUI |
class |
MultiPartyTournamentProgressUI |
Modifier and Type | Class and Description |
---|---|
class |
FileLogger
Creates a file logger which wil log the inputted messages to a file
|
Modifier and Type | Method and Description |
---|---|
void |
TournamentManager.addEventListener(MultipartyNegotiationEventListener listener)
listener support
|
void |
SessionEventHandler.addListener(MultipartyNegotiationEventListener listener)
Add a listener to this logger
|
void |
SessionManager.addLoggingListener(MultipartyNegotiationEventListener eventListener)
Adds a listener to the logging events.
|
void |
TournamentManager.removeEventListener(MultipartyNegotiationEventListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ProgressReporter
Object that listens to MultipartyNegotiationEvents and increases it's internal counter on each event.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MultipartyNegotiationEventListener> |
XmlRunner.showListeners()
Show the current listeners
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRunner.addListener(MultipartyNegotiationEventListener listener)
Adds a new listener to the list
|
void |
XmlRunner.removeListener(MultipartyNegotiationEventListener listener)
Remove a listener from the list
|