public class NumberNetTracked extends TrackedApp
BODY_THRESHOLD_DISTANCE, HAND_THRESHOLD_DISTANCE, TABLE_HEIGHT, TABLE_LOCATION_X, TABLE_LOCATION_Y, TABLE_ORIENTATIONlocalDevicePosition, MEDIA_SEARCH, networkFlickEnabled, NETWORKING, ONE_MEDIA_AT_A_TIME, sync| Constructor and Description |
|---|
NumberNetTracked() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFriendlyAppName()
Sets the name of an application.
|
static void |
main(java.lang.String[] args)
The main method.
|
void |
shouldStart(MultiTouchInputComponent input,
IQueueOwner iqo)
Executed at the start of each application which extended the
SynergyNetApp.
|
void |
shouldStop()
Called when a SynergyNetApp extending application is closed through
traditional means.
|
cursorChanged, cursorClicked, cursorPressed, cursorReleased, gestureaAllModeEnabled, gestureIndividualModeEnabled, gestureModeDisabled, getRealValue, initialiseTrackingAppArgs, localiseVector, objectAdded, objectChanged, objectRemoved, onDestroy, setUserLocations, userPointingbringAllStudentsToTop, createScreenShotItem, disableNetworkFlick, enableNetworkFlick, generateStudentMenu, getFeedbackTypes, getTableIdentity, login, loginAll, logout, logoutAll, logoutAllOfClass, modifyMenus, onContentFromProjectorArrival, onFind, onFlickArrival, reloadRemovableMediaCache, reloadServerCache, removeAdditionalMedia, removeVirtualTable, sendContentsToProjectors, sendScreenShotToProjectors, toggleFreeze, updateVirtualTable, utiliseScreenshotpublic static void main(java.lang.String[] args)
throws java.net.SocketException
args - the argumentsjava.net.SocketException - the socket exceptionpublic java.lang.String getFriendlyAppName()
SynergyNetAppgetFriendlyAppName in interface IMultiplicityAppgetFriendlyAppName in class SynergyNetApppublic void shouldStart(MultiTouchInputComponent input, IQueueOwner iqo)
SynergyNetAppshouldStart in interface IMultiplicityAppshouldStart in class TrackedAppinput - The multi-touch input providing component.iqo - Queue owner.public void shouldStop()
SynergyNetAppshouldStop in interface IMultiplicityAppshouldStop in class SynergyNetApp