source: trunk/src/org/expeditee/gio/gesture/GestureAction.java@ 1097

Last change on this file since 1097 was 1097, checked in by davidb, 6 years ago

Newly structured files from Corey's work on logic/graphics separation

File size: 110 bytes
Line 
1package org.expeditee.gio.gesture;
2
3public interface GestureAction {
4
5 public void exec(Gesture gesture);
6
7}
Note: See TracBrowser for help on using the repository browser.