@RemoteServiceRelativePath(value="EarlyYearsService")
public interface EarlyYearsService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Interface and Description |
---|---|
static class |
EarlyYearsService.Util
The Class Util.
|
Modifier and Type | Method and Description |
---|---|
void |
setActivity(EarlyYearsActivity scenario,
java.lang.String[] tables)
Sets the activity.
|
void |
setRailwayCornerNum(int i,
java.lang.String[] tables)
Sets the railway corner num.
|
void |
setRailwayCrossNum(int i,
java.lang.String[] tables)
Sets the railway cross num.
|
void |
setRailwayStraightNum(int i,
java.lang.String[] tables)
Sets the railway straight num.
|
void |
setRoadMode(PerformActionMessage b,
java.lang.String[] tables)
Sets the road mode.
|
void |
showExplorerTeacherConsole(PerformActionMessage b,
java.lang.String[] deviceToSendTo)
Show explorer teacher console.
|
void setActivity(EarlyYearsActivity scenario, java.lang.String[] tables)
scenario
- the scenariotables
- the tablesvoid setRailwayCornerNum(int i, java.lang.String[] tables)
i
- the itables
- the tablesvoid setRailwayCrossNum(int i, java.lang.String[] tables)
i
- the itables
- the tablesvoid setRailwayStraightNum(int i, java.lang.String[] tables)
i
- the itables
- the tablesvoid setRoadMode(PerformActionMessage b, java.lang.String[] tables)
b
- the btables
- the tablesvoid showExplorerTeacherConsole(PerformActionMessage b, java.lang.String[] deviceToSendTo)
b
- the bdeviceToSendTo
- the device to send to