public abstract class EarlyYearsApp extends SynergyNetApp
| Modifier and Type | Field and Description |
|---|---|
EarlyYearsActivity |
syncName
The sync name.
|
localDevicePosition, MEDIA_SEARCH, networkFlickEnabled, NETWORKING, ONE_MEDIA_AT_A_TIME, sync| Constructor and Description |
|---|
EarlyYearsApp() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDestroy()
Actions to be performed when the SynergyNetApp window is closed.
|
void |
setActivity(EarlyYearsActivity newValue)
Sets the activity.
|
void |
shouldStart(MultiTouchInputComponent input,
IQueueOwner iqo)
Executed at the start of each application which extended the
SynergyNetApp.
|
bringAllStudentsToTop, createScreenShotItem, disableNetworkFlick, enableNetworkFlick, generateStudentMenu, getFeedbackTypes, getFriendlyAppName, getTableIdentity, login, loginAll, logout, logoutAll, logoutAllOfClass, modifyMenus, onContentFromProjectorArrival, onFind, onFlickArrival, reloadRemovableMediaCache, reloadServerCache, removeAdditionalMedia, removeVirtualTable, sendContentsToProjectors, sendScreenShotToProjectors, shouldStop, toggleFreeze, updateVirtualTable, utiliseScreenshotpublic EarlyYearsActivity syncName
public void onDestroy()
SynergyNetApponDestroy in interface IMultiplicityApponDestroy in class SynergyNetApppublic void setActivity(EarlyYearsActivity newValue)
newValue - the new activitypublic void shouldStart(MultiTouchInputComponent input, IQueueOwner iqo)
SynergyNetAppshouldStart in interface IMultiplicityAppshouldStart in class SynergyNetAppinput - The multi-touch input providing component.iqo - Queue owner.