|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mtdesktop.tabletop.basket.InputOutputBasketController
public class InputOutputBasketController
The Class InputOutputBasketController.
| Constructor Summary | |
|---|---|
InputOutputBasketController(BasketManager basketManager,
DefaultSynergyNetApp app)
Instantiates a new input output basket controller. |
|
| Method Summary | |
|---|---|
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 |
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 |
remoteItemReceived(ContentItem item)
Remote item received. |
void |
update(float tpf)
Update. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputOutputBasketController(BasketManager basketManager,
DefaultSynergyNetApp app)
basketManager - the basket managerapp - the app| Method Detail |
|---|
public void cursorChanged(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorChanged in interface IMultiTouchEventListenerevent - the eventpublic void cursorClicked(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorClicked in interface IMultiTouchEventListenerevent - the eventpublic void cursorPressed(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorPressed in interface IMultiTouchEventListenerevent - the eventpublic void cursorReleased(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorReleased in interface IMultiTouchEventListenerevent - the eventpublic void objectAdded(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectAdded in interface IMultiTouchEventListenerevent - the eventpublic void objectChanged(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectChanged in interface IMultiTouchEventListenerevent - the eventpublic void objectRemoved(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectRemoved in interface IMultiTouchEventListenerevent - the eventpublic void remoteItemReceived(ContentItem item)
item - the itempublic void update(float tpf)
tpf - the tpf
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||