blob: 24671f5d56be25cfc08a91a5d441e1da4b575cd6 [file] [log] [blame]
/**
*
*/
package com.gemstone.gemfire.mgmt.DataBrowser.ui.actions;
import org.eclipse.swt.events.SelectionListener;
/**
* @author mghosh
*
*/
public interface IDataBrowserAction {
String label();
SelectionListener getSelectionListener();
}