public class DataSetUpdateEvent extends DasEvent
Constructor and Description |
---|
DataSetUpdateEvent(java.lang.Object source) |
DataSetUpdateEvent(java.lang.Object source,
java.lang.Exception exception) |
DataSetUpdateEvent(java.lang.Object source,
QDataSet dataSet)
Creates a new instance of DataSetUpdateEvent
|
Modifier and Type | Method and Description |
---|---|
QDataSet |
getDataSet() |
java.lang.Exception |
getException() |
ProgressMonitor |
getMonitor() |
void |
setMonitor(ProgressMonitor monitor)
temporary kludge that allows for identification of event to request
|
public DataSetUpdateEvent(java.lang.Object source)
public DataSetUpdateEvent(java.lang.Object source, QDataSet dataSet)
public DataSetUpdateEvent(java.lang.Object source, java.lang.Exception exception)
public QDataSet getDataSet()
public java.lang.Exception getException()
public void setMonitor(ProgressMonitor monitor)
public ProgressMonitor getMonitor()