Uses of Interface
com.sparshui.common.Event
Packages that use Event
Package
Description
-
Uses of Event in com.sparshui.client
Methods in com.sparshui.client with parameters of type EventModifier and TypeMethodDescriptionvoidSparshClient.processEvent(int groupID, Event event) This method processes events from the Gesture Server. -
Uses of Event in com.sparshui.common.messages.events
Classes in com.sparshui.common.messages.events that implement EventModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of Event in com.sparshui.gestures
Methods in com.sparshui.gestures that return types with arguments of type EventModifier and TypeMethodDescriptionGesture.processChange(List<TouchPoint> touchPoints, TouchPoint changedTouchPoint) Process a touch point change in the gesture. -
Uses of Event in com.sparshui.server
Method parameters in com.sparshui.server with type arguments of type EventModifier and TypeMethodDescriptionvoidServerToClientProtocol.processEvents(int groupID, Lst<Event> events) Instruct the client to process the events that have been generated by a group. -
Uses of Event in org.jmol.multitouch.sparshui
Methods in org.jmol.multitouch.sparshui that return types with arguments of type EventModifier and TypeMethodDescriptionTwoPointGesture.processBirth(TouchPoint touchPoint) SinglePointGesture.processChange(List<TouchPoint> touchPoints, TouchPoint changedTouchPoint) incorporates double-click gestureTwoPointGesture.processChange(List<TouchPoint> touchPoints, TouchPoint changedPoint) TwoPointGesture.processDeath(TouchPoint touchPoint) TwoPointGesture.processMove(TouchPoint touchPoint) Methods in org.jmol.multitouch.sparshui with parameters of type EventModifier and TypeMethodDescriptionvoidJmolSparshClientAdapter.processEvent(int groupID, Event event) Translate the specialized Sparsh UI information into a format that Jmol's ActionManager can understand without any special classes.