| Package | Description |
|---|---|
| edu.csus.ecs.pc2.api |
PC2 API.
|
| Modifier and Type | Method and Description |
|---|---|
edu.csus.ecs.pc2.api.implementation.Contest |
ServerConnection.getContest()
Returns a IContest, if not connected to a server throws a NotLoggedInException.
|
IClient |
ServerConnection.getMyClient()
Returns a IClient if logged into a server.
|
protected void |
ContestTestFrame.logoff() |
boolean |
ServerConnection.logoff()
Logoff/disconnect from the PC2 server.
|