Package | Description |
---|---|
negotiator.gui.progress | |
negotiator.protocol | |
negotiator.tournament |
Modifier and Type | Class and Description |
---|---|
class |
ProgressUI2 |
class |
TournamentProgressUI2 |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<NegotiationEventListener> |
Protocol.getNegotiationEventListeners() |
Modifier and Type | Method and Description |
---|---|
void |
Protocol.addNegotiationEventListener(NegotiationEventListener listener) |
void |
BilateralAtomicNegotiationSession.addNegotiationEventListener(NegotiationEventListener listener) |
void |
Protocol.removeNegotiationEventListener(NegotiationEventListener listener) |
void |
BilateralAtomicNegotiationSession.removeNegotiationEventListener(NegotiationEventListener listener) |
Constructor and Description |
---|
TournamentRunner(java.util.List<Protocol> sessions,
NegotiationEventListener ael) |
TournamentRunner(NegotiationEventListener ael,
boolean distributed,
java.lang.String sessionname) |
TournamentRunner(Tournament t,
NegotiationEventListener ael) |
TournamentRunner(Tournament t,
NegotiationEventListener ael,
boolean runSingleSession) |