middleware/src/Tracking/Events/SwipeEventListener.cs
changeset 4 f4e52a4c34b3
parent 3 92f19af39024
child 5 d40f84d77db4
--- a/middleware/src/Tracking/Events/SwipeEventListener.cs	Thu Mar 15 13:33:21 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading;
-
-namespace Trakers.Tracking.Events
-{
-    public class SwipeEventListener
-    {
-        /*
-        * Méthode appelée lorsque on a l'événement : L'utilisateur a effectué un swipe.
-        */
-        public void ShowOnScreen(object o, SwipeEventArgs e)
-        {
-            //On l'indique dans le debug.
-            e.debug.showSwipe();
-            //e.debug.ExceptionLbl.Content = "SWIPE";
-            //On notifie le serveur TUIO.
-            //e.server.LeftHandQuit(o, e);
-        }
-    }
-}