Package | Description |
---|---|
edu.csus.ecs.pc2.api |
Classes related to pc2 API
|
Modifier and Type | Class and Description |
---|---|
protected class |
ContestTestFrame.ConnectionEventListener
Connection Listener for ContestTestFrame.
|
protected class |
ServerConnection.ConnectionEventListener
This class defines a Connection Event used by ServerConnection.
|
Modifier and Type | Method and Description |
---|---|
void |
IContest.addConnectionListener(IConnectionEventListener connectionEventListener)
Add a Connection Event listener to the contest.
|
void |
IContest.removeConnectionListener(IConnectionEventListener connectionEventListener)
Remove the specified connection event listener from the contest.
|