Package | Description |
---|---|
edu.csus.ecs.pc2.api |
Classes related to 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.
|
void |
BaseClient.login(String[] args)
Login and perform onLoginAction().
|
boolean |
ServerConnection.logoff()
Logoff/disconnect from the PC2 Server.
|
protected void |
ContestTestFrame.logoff() |