Package net.silentlycrashing.gestures.preset

Interface Summary
CCWTwirl Holds the regex pattern for a counter-clockwise twirl.
CWTwirl Holds the regex pattern for a clockwise twirl.
HShake Holds the regex pattern for a horizontal shake.
VShake Holds the regex pattern for a vertical shake.
 

Class Summary
ConcurrentCCWTwirlListener Listens for a counter-clockwise twirl while the movement is being made.
ConcurrentCWTwirlListener Listens for a clockwise twirl while the movement is being made.
ConcurrentHShakeListener Listens for a horizontal shake while the movement is being made.
ConcurrentVShakeListener Listens for a vertical shake while the movement is being made.
PostCCWTwirlListener Listens for a counter-clockwise twirl after the movement is completed.
PostCWTwirlListener Listens for a clockwise twirl after the movement is completed.
PostHShakeListener Listens for a horizontal shake after the movement is completed.
PostVShakeListener Listens for a vertical shake after the movement is completed.