summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/XPathSelectionListener.java
blob: 04b8c475c326be5839c71527a8891b1232be01d3 (plain)
1
2
3
4
5
package com.sun.star.wizards.ui;

public interface XPathSelectionListener {
    public void validatePath();
}