Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 948 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/external/DragGesture.java

Diff revisions: vs.
  @@ -19,8 +19,7 @@
19 19 /**
20 20 * An interface for implementing mouse actions.
21 21 */
22 - public abstract interface DragGesture
23 - {
22 + public abstract interface DragGesture {
24 23 /**
25 24 * Called at beginning of the input operation. This may be triggered by a
26 25 * mousedown, or may be triggered by a hotkey during the middle of a drag.