Modifier and Type | Class and Description |
---|---|
class |
FlickGameScore
Structured message representing the score for a flick game.
|
Modifier and Type | Class and Description |
---|---|
class |
FlickMessage
Structured message representing the item, its target and trajectory when
transferred through a network flick.
|
Modifier and Type | Class and Description |
---|---|
class |
SynergyNetPosition
Structured message representing the location of a remote device's interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentTransferedMessage
Structured message representing the item, its target and trajectory when
transferred through a network flick.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<PerformActionMessage> |
ProjectorDeviceControl.getProjectorAlignControl()
Get the value of the network cluster property representing messages
relating to aligning contents on a projector.
|
DistributedProperty<PerformActionMessage> |
ProjectorDeviceControl.getProjectorClearControl()
Get the value of the network cluster property representing messages
relating to clearing a projector.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectorControlComms.allProjectorsAlign(PerformActionMessage message)
Send a message instigating the alignment of content on all projectors.
|
void |
ProjectorControlComms.allProjectorsClear(PerformActionMessage message)
Send a message instigating the clearing of content on all projectors.
|
void |
ProjectorControlComms.specificProjectorAlign(PerformActionMessage message,
java.lang.String device)
Send a message instigating the alignment of content on specific
projector.
|
void |
ProjectorControlComms.specificProjectorClear(PerformActionMessage message,
java.lang.String device)
Send a message instigating the clearing of content on specific projector.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<PerformActionMessage> |
TrackingDeviceControl.getAllTablesSelectedModeEnabledControlVariable()
Gets the all tables selected mode enabled control variable.
|
DistributedProperty<PerformActionMessage> |
TrackingDeviceControl.getIndividualTableSelectModeEnabledControlVariable()
Gets the individual table select mode enabled control variable.
|
DistributedProperty<PerformActionMessage> |
TrackingDeviceControl.getTableSelectedModeDisabledControlVariable()
Gets the table selected mode disabled control variable.
|
Modifier and Type | Method and Description |
---|---|
void |
TrackingControlComms.setAllTablesSelectedModeEnabled(PerformActionMessage message)
Sets the all tables selected mode enabled.
|
void |
TrackingControlComms.setIndividualTableSelectModeEnabled(PerformActionMessage message)
Sets the individual table select mode enabled.
|
void |
TrackingControlComms.setTableSelectdModeDisabled(PerformActionMessage message)
Sets the table selectd mode disabled.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<PerformActionMessage> |
NumberNetStudentTableClusteredData.getResetGraphingLinesControl()
Gets the reset graphing lines control.
|
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetAppSystemService.align(PerformActionMessage message,
java.lang.String[] deviceToSendTo)
Align.
|
void |
SynergyNetAppSystemServiceAsync.align(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Align.
|
void |
SynergyNetAppSystemService.bringStudentsToTop(PerformActionMessage message,
java.lang.String[] deviceToSendTo)
Bring students to top.
|
void |
SynergyNetAppSystemServiceAsync.bringStudentsToTop(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Bring students to top.
|
void |
SynergyNetAppSystemService.clearProjectorContents(PerformActionMessage message,
java.lang.String[] deviceToSendTo)
Clear projector contents.
|
void |
SynergyNetAppSystemServiceAsync.clearProjectorContents(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Clear projector contents.
|
void |
SynergyNetAppSystemService.reloadRemovableDriveContents(PerformActionMessage message,
java.lang.String[] deviceToSendTo)
Reload removable drive contents.
|
void |
SynergyNetAppSystemServiceAsync.reloadRemovableDriveContents(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Reload removable drive contents.
|
void |
SynergyNetAppSystemService.reloadServerContents(PerformActionMessage message,
java.lang.String[] deviceToSendTo)
Reload server contents.
|
void |
SynergyNetAppSystemServiceAsync.reloadServerContents(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Reload server contents.
|
void |
SynergyNetAppSystemService.removeAdditionalContent(PerformActionMessage message,
java.lang.String[] deviceToSendTo)
Removes the additional content.
|
void |
SynergyNetAppSystemServiceAsync.removeAdditionalContent(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Removes the additional content.
|
void |
SynergyNetAppSystemService.setNetworkFlick(PerformActionMessage message,
java.lang.String[] deviceToSendTo)
Sets the network flick.
|
void |
SynergyNetAppSystemServiceAsync.setNetworkFlick(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Sets the network flick.
|
void |
SynergyNetAppSystemService.takeScreenshot(PerformActionMessage message,
java.lang.String[] deviceToSendTo)
Take screenshot.
|
void |
SynergyNetAppSystemServiceAsync.takeScreenshot(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Take screenshot.
|
void |
SynergyNetAppSystemService.toggleFreeze(PerformActionMessage message,
java.lang.String[] deviceToSendTo)
Toggle freeze.
|
void |
SynergyNetAppSystemServiceAsync.toggleFreeze(PerformActionMessage message,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Toggle freeze.
|
Modifier and Type | Method and Description |
---|---|
void |
SynergyNetAppSystemServiceImpl.align(PerformActionMessage message,
java.lang.String[] projectors) |
void |
SynergyNetAppSystemServiceImpl.bringStudentsToTop(PerformActionMessage message,
java.lang.String[] tables) |
void |
SynergyNetAppSystemServiceImpl.clearProjectorContents(PerformActionMessage message,
java.lang.String[] projectors) |
void |
SynergyNetAppSystemServiceImpl.reloadRemovableDriveContents(PerformActionMessage message,
java.lang.String[] tables) |
void |
SynergyNetAppSystemServiceImpl.reloadServerContents(PerformActionMessage message,
java.lang.String[] tables) |
void |
SynergyNetAppSystemServiceImpl.removeAdditionalContent(PerformActionMessage message,
java.lang.String[] tables) |
void |
SynergyNetAppSystemServiceImpl.setNetworkFlick(PerformActionMessage message,
java.lang.String[] tables) |
void |
SynergyNetAppSystemServiceImpl.takeScreenshot(PerformActionMessage message,
java.lang.String[] tables) |
void |
SynergyNetAppSystemServiceImpl.toggleFreeze(PerformActionMessage message,
java.lang.String[] tables) |
Modifier and Type | Method and Description |
---|---|
DistributedProperty<PerformActionMessage> |
AppSystemDeviceControl.getFreezeControlVariable()
Get the value of the network cluster property representing the table's
freeze state.
|
DistributedProperty<PerformActionMessage> |
AppSystemDeviceControl.getNetworkFlickState()
Get the value of the network cluster property representing messages
announcing whether network flicks are enabled for this device.
|
DistributedProperty<PerformActionMessage> |
AppSystemDeviceControl.getReloadRemovableDriveContentsControl()
Get the value of the network cluster property representing messages
instigating the recreation of items from a removable drive.
|
DistributedProperty<PerformActionMessage> |
AppSystemDeviceControl.getReloadServerContentsControl()
Get the value of the network cluster property representing messages
instigating the recreation of items from a device's directory in the
networked shared cache.
|
DistributedProperty<PerformActionMessage> |
AppSystemDeviceControl.getRemoveAdditionalMediaControl()
Get the value of the network cluster property representing messages
instigating the removal of any items in an environment not directly
created by the application.
|
DistributedProperty<PerformActionMessage> |
AppSystemDeviceControl.getStudentsOnTopControl()
Get the value of the network cluster property representing messages
instigating bringing student icons to the top of an environment.
|
DistributedProperty<PerformActionMessage> |
AppSystemDeviceControl.getTakeScreenshotControl()
Get the value of the network cluster property representing messages
instigating the creation of a screenshot item.
|
Modifier and Type | Method and Description |
---|---|
void |
AppSystemControlComms.allTablesBringStudentsToTop(PerformActionMessage message)
Send a message instigating bringing student icons to the top of an
environment to all devices.
|
void |
AppSystemControlComms.allTablesFreeze(PerformActionMessage message)
Send a message informing all tables to toggle their freeze state
|
void |
AppSystemControlComms.allTablesReloadRemovableDriveContents(PerformActionMessage message)
Send a message instigating the recreation of items from removable drives
to all devices.
|
void |
AppSystemControlComms.allTablesReloadServerContents(PerformActionMessage message)
Send a message instigating the recreation of items from a device's
directory in the networked shared cache to all devices.
|
void |
AppSystemControlComms.allTablesRemoveAdditionalContent(PerformActionMessage message)
Send a message instigating the removal of any items in an environment not
directly created by the application to all devices.
|
void |
AppSystemControlComms.allTablesSetNetworkFlick(PerformActionMessage message)
Send a message instigating whether network flick is enabled to all
devices.
|
void |
AppSystemControlComms.allTablesTakeScreenshot(PerformActionMessage message)
Send a message instigating the creation of a screenshot item to all
devices.
|
void |
AppSystemControlComms.specificTableBringStudentsToTop(PerformActionMessage message,
java.lang.String table)
Send a message instigating bringing student icons to the top of an
environment to a specific device.
|
void |
AppSystemControlComms.specificTableReloadRemovableDriveContents(PerformActionMessage message,
java.lang.String table)
Send a message instigating the recreation of items from removable drives
to a specific device.
|
void |
AppSystemControlComms.specificTableReloadServerContents(PerformActionMessage message,
java.lang.String table)
Send a message instigating the recreation of items from a device's
directory in the networked shared cache to a specific device.
|
void |
AppSystemControlComms.specificTableRemoveAdditionalContent(PerformActionMessage message,
java.lang.String table)
Send a message instigating the removal of any items in an environment not
directly created by the application to a specific device.
|
void |
AppSystemControlComms.specificTableSetNetworkFlick(PerformActionMessage message,
java.lang.String table)
Send a message instigating whether network flick is enabled to a specific
devices.
|
void |
AppSystemControlComms.specificTablesFreeze(PerformActionMessage message,
java.lang.String table)
Send a message informing all tables to toggle their freeze state
|
void |
AppSystemControlComms.specificTableTakeScreenshot(PerformActionMessage message,
java.lang.String table)
Send a message instigating the creation of a screenshot item to a
specific device.
|
Modifier and Type | Method and Description |
---|---|
void |
EarlyYearsService.setRoadMode(PerformActionMessage b,
java.lang.String[] tables)
Sets the road mode.
|
void |
EarlyYearsServiceAsync.setRoadMode(PerformActionMessage b,
java.lang.String[] tables,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Sets the road mode.
|
void |
EarlyYearsService.showExplorerTeacherConsole(PerformActionMessage b,
java.lang.String[] deviceToSendTo)
Show explorer teacher console.
|
void |
EarlyYearsServiceAsync.showExplorerTeacherConsole(PerformActionMessage b,
java.lang.String[] deviceToSendTo,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> asyncCallback)
Show explorer teacher console.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<PerformActionMessage> |
EarlyYearsDeviceControl.getExploreShowTeacherConsoleControl()
Gets the explore show teacher console control.
|
DistributedProperty<PerformActionMessage> |
EarlyYearsDeviceControl.getRoadModeControl()
Gets the road mode control.
|
Modifier and Type | Method and Description |
---|---|
void |
EarlyYearsControlComms.setAllRoadMode(PerformActionMessage roadMode)
Sets the all road mode.
|
void |
EarlyYearsControlComms.setAllTablesExplorerShowTeacherControl(PerformActionMessage show)
Sets the all tables explorer show teacher control.
|
void |
EarlyYearsControlComms.setSpecificRoadMode(PerformActionMessage roadMode,
java.lang.String table)
Sets the specific road mode.
|
void |
EarlyYearsControlComms.setSpecificTablesExplorerShowTeacherControl(PerformActionMessage show,
java.lang.String table)
Sets the specific tables explorer show teacher control.
|
Modifier and Type | Method and Description |
---|---|
void |
EarlyYearsServiceImpl.setRoadMode(PerformActionMessage roadMode,
java.lang.String[] tables) |
void |
EarlyYearsServiceImpl.showExplorerTeacherConsole(PerformActionMessage show,
java.lang.String[] tables) |
Modifier and Type | Method and Description |
---|---|
static boolean |
MessageSystem.messageAlreadyReceived(PerformActionMessage message)
Message already received.
|