|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.mtinput.filters.LoggingFilter
public class LoggingFilter
Logs all actions to a log file.
Field Summary | |
---|---|
static java.lang.String |
CURSOR_CHANGED
The Constant CURSOR_CHANGED. |
static java.lang.String |
CURSOR_CLICKED
The Constant CURSOR_CLICKED. |
static java.lang.String |
CURSOR_PRESSED
The Constant CURSOR_PRESSED. |
static java.lang.String |
CURSOR_RELEASED
The Constant CURSOR_RELEASED. |
static java.lang.String |
OBJECT_ADDED
The Constant OBJECT_ADDED. |
static java.lang.String |
OBJECT_CHANGED
The Constant OBJECT_CHANGED. |
static java.lang.String |
OBJECT_REMOVED
The Constant OBJECT_REMOVED. |
Constructor Summary | |
---|---|
LoggingFilter()
Instantiates a new logging filter. |
|
LoggingFilter(java.lang.Class<?> appClass)
Instantiates a new logging filter. |
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 |
setNext(IMultiTouchEventListener el)
Sets the next. |
void |
update(float tpf)
Update. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CURSOR_CHANGED
public static final java.lang.String CURSOR_CLICKED
public static final java.lang.String CURSOR_PRESSED
public static final java.lang.String CURSOR_RELEASED
public static final java.lang.String OBJECT_ADDED
public static final java.lang.String OBJECT_CHANGED
public static final java.lang.String OBJECT_REMOVED
Constructor Detail |
---|
public LoggingFilter() throws java.io.FileNotFoundException
java.io.FileNotFoundException
- the file not found exceptionpublic LoggingFilter(java.lang.Class<?> appClass) throws java.io.FileNotFoundException
appClass
- the app class
java.io.FileNotFoundException
- the file not found exceptionMethod Detail |
---|
public void cursorChanged(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorChanged
in interface IMultiTouchEventListener
event
- the eventpublic void cursorClicked(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorClicked
in interface IMultiTouchEventListener
event
- the eventpublic void cursorPressed(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorPressed
in interface IMultiTouchEventListener
event
- the eventpublic void cursorReleased(MultiTouchCursorEvent event)
IMultiTouchEventListener
cursorReleased
in interface IMultiTouchEventListener
event
- the eventpublic void objectAdded(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectAdded
in interface IMultiTouchEventListener
event
- the eventpublic void objectChanged(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectChanged
in interface IMultiTouchEventListener
event
- the eventpublic void objectRemoved(MultiTouchObjectEvent event)
IMultiTouchEventListener
objectRemoved
in interface IMultiTouchEventListener
event
- the eventpublic void setNext(IMultiTouchEventListener el)
IMultiTouchInputFilter
setNext
in interface IMultiTouchInputFilter
el
- the new nextpublic void update(float tpf)
IMultiTouchInputFilter
update
in interface IMultiTouchInputFilter
tpf
- the tpf
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |