blob: a6e8f715e0e93542387fd8a8427de09b63e3bbb4 [file] [log] [blame]
package com.gemstone.gemfire.mgmt.DataBrowser.ui.model;
import com.gemstone.gemfire.mgmt.DataBrowser.query.IntrospectionResult;
public interface ResultsInput {
public IntrospectionResult getMetaData() ;
public Object getSelectedObject();
}