summaryrefslogtreecommitdiff
path: root/osframework/source/SexyAppFramework/SliderListener.h
diff options
context:
space:
mode:
Diffstat (limited to 'osframework/source/SexyAppFramework/SliderListener.h')
-rw-r--r--osframework/source/SexyAppFramework/SliderListener.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/osframework/source/SexyAppFramework/SliderListener.h b/osframework/source/SexyAppFramework/SliderListener.h
new file mode 100644
index 0000000..1f16a02
--- /dev/null
+++ b/osframework/source/SexyAppFramework/SliderListener.h
@@ -0,0 +1,15 @@
+#ifndef __SLIDERLISTENER_H__
+#define __SLIDERLISTENER_H__
+
+namespace Sexy
+{
+
+class SliderListener
+{
+public:
+ virtual void SliderVal(int theId, double theVal) {};
+};
+
+}
+
+#endif //__SLIDERLISTENER_H__