summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/XPathSelectionListener.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/XPathSelectionListener.py')
-rw-r--r--wizards/com/sun/star/wizards/ui/XPathSelectionListener.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/ui/XPathSelectionListener.py b/wizards/com/sun/star/wizards/ui/XPathSelectionListener.py
new file mode 100644
index 000000000..1f065209d
--- /dev/null
+++ b/wizards/com/sun/star/wizards/ui/XPathSelectionListener.py
@@ -0,0 +1,7 @@
+from abc import ABCMeta, abstractmethod
+
+class XPathSelectionListener(object):
+
+ @abstractmethod
+ def validatePath(self):
+ pass