public class TablePosApp extends java.lang.Object implements IMultiTouchEventListener, IMultiplicityApp
| Constructor and Description |
|---|
TablePosApp() |
| 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 |
cursorClicked(MultiTouchCursorEvent event)
Cursor clicked.
|
void |
cursorPressed(MultiTouchCursorEvent event)
Cursor press arriving on the table.
|
void |
cursorReleased(MultiTouchCursorEvent event)
Cursor left the table.
|
void |
freshStart()
Fresh start.
|
java.lang.String |
getFriendlyAppName()
Gets the friendly app name.
|
static void |
main(java.lang.String[] args)
The main method.
|
void |
moveLine(MultiTouchCursorEvent event,
ILine line)
Move line.
|
void |
objectAdded(MultiTouchObjectEvent event)
Object/fiducial is added to the table.
|
void |
objectChanged(MultiTouchObjectEvent event)
Object/fiducial is changed - position or rotation.
|
void |
objectRemoved(MultiTouchObjectEvent event)
Object/fiducial is removed from the table.
|
void |
onDestroy()
On destroy.
|
void |
shouldStart(MultiTouchInputComponent input,
IQueueOwner iqo)
Should start.
|
void |
shouldStop()
Should stop.
|
public static void main(java.lang.String[] args)
args - the argumentspublic void cursorChanged(MultiTouchCursorEvent event)
IMultiTouchEventListenercursorChanged in interface IMultiTouchEventListenerpublic void cursorClicked(MultiTouchCursorEvent event)
IMultiTouchEventListenercursorClicked in interface IMultiTouchEventListenerpublic void cursorPressed(MultiTouchCursorEvent event)
IMultiTouchEventListenercursorPressed in interface IMultiTouchEventListenerpublic void cursorReleased(MultiTouchCursorEvent event)
IMultiTouchEventListenercursorReleased in interface IMultiTouchEventListenerpublic void freshStart()
public java.lang.String getFriendlyAppName()
IMultiplicityAppgetFriendlyAppName in interface IMultiplicityApppublic void moveLine(MultiTouchCursorEvent event, ILine line)
event - the eventline - the linepublic void objectAdded(MultiTouchObjectEvent event)
IMultiTouchEventListenerobjectAdded in interface IMultiTouchEventListenerpublic void objectChanged(MultiTouchObjectEvent event)
IMultiTouchEventListenerobjectChanged in interface IMultiTouchEventListenerpublic void objectRemoved(MultiTouchObjectEvent event)
IMultiTouchEventListenerobjectRemoved in interface IMultiTouchEventListenerpublic void onDestroy()
IMultiplicityApponDestroy in interface IMultiplicityApppublic void shouldStart(MultiTouchInputComponent input, IQueueOwner iqo)
IMultiplicityAppshouldStart in interface IMultiplicityAppinput - the inputiqo - the iqopublic void shouldStop()
IMultiplicityAppshouldStop in interface IMultiplicityApp