Interface GesturesService
- All Known Implementing Classes:
GesturesServiceImpl
public interface GesturesService
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddeleteGesture(String gestureType) getGesture(String gestureType, String target) upsertGesture(String gestureType, String gesture)
-
Method Details
-
upsertGesture
-
getGesture
-
deleteGesture
-
deleteAllGestures
void deleteAllGestures()
-