[Yanel-commits] rev 58895 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes

michi at wyona.com michi at wyona.com
Fri Jun 24 14:29:38 CEST 2011


Author: michi
Date: 2011-06-24 14:29:38 +0200 (Fri, 24 Jun 2011)
New Revision: 58895

Added:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/TrackableV1.java
Log:
trackable interface added

Added: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/TrackableV1.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/TrackableV1.java	                        (rev 0)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/TrackableV1.java	2011-06-24 12:29:38 UTC (rev 58895)
@@ -0,0 +1,17 @@
+package org.wyona.yanel.core.api.attributes;
+
+import org.wyona.yanel.core.attributes.tracking.TrackingInformationV1;
+
+/**
+ * DEV (not released yet), please be aware that this interface still might change ...
+ *
+ * Interface to set/get tracking information which for example can be processed by Boost
+ */
+public interface TrackableV1 {
+
+    /**
+     * Provide a bean to set/get tracking information
+     * @param info Tracking information bean
+     */
+    public void doTrack(TrackingInformationV1 info);
+}



More information about the Yanel-commits mailing list