]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TListener.hh
Initial revision
[helm.git] / helm / DEVEL / mathml_editor / src / TListener.hh
diff --git a/helm/DEVEL/mathml_editor/src/TListener.hh b/helm/DEVEL/mathml_editor/src/TListener.hh
new file mode 100644 (file)
index 0000000..db93261
--- /dev/null
@@ -0,0 +1,11 @@
+
+#ifndef __TListener_hh__
+#define __TListener_hh__
+
+class TListener
+{
+public:
+  virtual void callback(TDocument&) = 0;
+};
+
+#endif // __TListener_hh__