public abstract class EarlyYearsTrackedApp extends TrackedApp
Modifier and Type | Field and Description |
---|---|
EarlyYearsActivity |
syncName
The sync name.
|
BODY_THRESHOLD_DISTANCE, HAND_THRESHOLD_DISTANCE, TABLE_HEIGHT, TABLE_LOCATION_X, TABLE_LOCATION_Y, TABLE_ORIENTATION
localDevicePosition, MEDIA_SEARCH, networkFlickEnabled, NETWORKING, ONE_MEDIA_AT_A_TIME, sync
Constructor and Description |
---|
EarlyYearsTrackedApp() |
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.
|
cursorChanged, cursorClicked, cursorPressed, cursorReleased, gestureaAllModeEnabled, gestureIndividualModeEnabled, gestureModeDisabled, getRealValue, initialiseTrackingAppArgs, localiseVector, objectAdded, objectChanged, objectRemoved, setUserLocations, userPointing
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, utiliseScreenshot
public EarlyYearsActivity syncName
public void onDestroy()
SynergyNetApp
onDestroy
in interface IMultiplicityApp
onDestroy
in class TrackedApp
public void setActivity(EarlyYearsActivity newValue)
newValue
- the new activitypublic void shouldStart(MultiTouchInputComponent input, IQueueOwner iqo)
SynergyNetApp
shouldStart
in interface IMultiplicityApp
shouldStart
in class TrackedApp
input
- The multi-touch input providing component.iqo
- Queue owner.