public class KeyboardBehaviour extends java.lang.Object implements IBehaviour, IMultiTouchEventListener
Constructor and Description |
---|
KeyboardBehaviour() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(IMultiTouchKeyboardListener l)
Adds the listener.
|
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 |
setActive(boolean active)
Set whether a behaviour executes events
|
void |
setEventSource(IItem eventSourceItem)
The item whose multi-touch event dispatcher will generate the events that
this behaviour will respond to.
|
void |
setItemActingOn(IItem item)
The item that the behaviour should operate on.
|
void |
setMinimumTimeBetweenKeyPressesMS(long milliseconds)
Sets the minimum time between key presses ms.
|
void |
setStage(IStage stage)
Behaviours usually need to know about the stage.
|
public void addListener(IMultiTouchKeyboardListener l)
l
- the lpublic void cursorChanged(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorChanged
in interface IMultiTouchEventListener
public void cursorClicked(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorClicked
in interface IMultiTouchEventListener
public void cursorPressed(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorPressed
in interface IMultiTouchEventListener
public void cursorReleased(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorReleased
in interface IMultiTouchEventListener
public void objectAdded(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectAdded
in interface IMultiTouchEventListener
public void objectChanged(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectChanged
in interface IMultiTouchEventListener
public void objectRemoved(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectRemoved
in interface IMultiTouchEventListener
public void setActive(boolean active)
IBehaviour
setActive
in interface IBehaviour
public void setEventSource(IItem eventSourceItem)
IBehaviour
setEventSource
in interface IBehaviour
public void setItemActingOn(IItem item)
IBehaviour
setItemActingOn
in interface IBehaviour
public void setMinimumTimeBetweenKeyPressesMS(long milliseconds)
milliseconds
- the new minimum time between key presses mspublic void setStage(IStage stage)
IBehaviour
setStage
in interface IBehaviour