public class DemoTrackedApp extends TrackedApp
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 |
---|
DemoTrackedApp() |
Modifier and Type | Method and Description |
---|---|
void |
cursorChanged(MultiTouchCursorEvent event)
Cursor is on the table, and moves, or rotates, or changes in some way.
|
void |
cursorPressed(MultiTouchCursorEvent event)
Cursor press arriving on the table.
|
void |
cursorReleased(MultiTouchCursorEvent event)
Cursor left the table.
|
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.
|
cursorClicked, gestureaAllModeEnabled, gestureIndividualModeEnabled, gestureModeDisabled, getRealValue, initialiseTrackingAppArgs, localiseVector, objectAdded, objectChanged, objectRemoved, onDestroy, 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 static void main(java.lang.String[] args) throws java.net.SocketException
args
- the argumentsjava.net.SocketException
- the socket exceptionpublic void cursorChanged(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorChanged
in interface IMultiTouchEventListener
cursorChanged
in class TrackedApp
public void cursorPressed(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorPressed
in interface IMultiTouchEventListener
cursorPressed
in class TrackedApp
public void cursorReleased(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorReleased
in interface IMultiTouchEventListener
cursorReleased
in class TrackedApp
public 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.