summaryrefslogtreecommitdiffstats
path: root/wizards/com/sun/star/wizards/ui/XCommandSelectionListener.java
blob: b042ea61f2e3b379bf2e0a4c0a67a083eee13226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * XDSFieldSelection.java
 *
 * Created on July 23, 2003, 5:05 PM
 */

package com.sun.star.wizards.ui;

/**
 *
 * @author  bc93774
 */
public interface XCommandSelectionListener {
    public void CommandSelected(String CommandName);
}