]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/mathml_editor/src/TListener.hh
Initial revision
[helm.git] / helm / DEVEL / mathml_editor / src / TListener.hh
1
2 #ifndef __TListener_hh__
3 #define __TListener_hh__
4
5 class TListener
6 {
7 public:
8   virtual void callback(TDocument&) = 0;
9 };
10
11 #endif // __TListener_hh__