Package | Description |
---|---|
synergynet3.web.apps.numbernet.client.service | |
synergynet3.web.apps.numbernet.comms.teachercontrol | |
synergynet3.web.apps.numbernet.server |
Modifier and Type | Method and Description |
---|---|
java.util.List<TableTarget> |
NumberNetService.getTableTargets()
Gets the table targets.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberNetServiceAsync.getTableTargets(com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<TableTarget>> callback)
Gets the table targets.
|
void |
NumberNetService.rotateTableContentAndTargets(java.util.List<TableTarget> to)
Rotate table content and targets.
|
void |
NumberNetServiceAsync.rotateTableContentAndTargets(java.util.List<TableTarget> to,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Rotate table content and targets.
|
void |
NumberNetService.setTableTargets(java.util.List<TableTarget> targets)
Sets the table targets.
|
void |
NumberNetServiceAsync.setTableTargets(java.util.List<TableTarget> targets,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Sets the table targets.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TableTarget> |
TeacherControlComms.getTableTargets()
Gets the table targets.
|
Modifier and Type | Method and Description |
---|---|
void |
TeacherControlComms.rotateTableContentAndTargets(java.util.List<TableTarget> to)
Rotate table content and targets.
|
void |
TeacherControlComms.setTableTargets(java.util.List<TableTarget> targets)
Sets the table targets.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TableTarget> |
NumberNetServiceImpl.getTableTargets() |
Modifier and Type | Method and Description |
---|---|
void |
NumberNetServiceImpl.rotateTableContentAndTargets(java.util.List<TableTarget> to) |
void |
NumberNetServiceImpl.setTableTargets(java.util.List<TableTarget> targets) |