public class DefaultFeatureStoreNotification extends Object implements FeatureStoreNotification
AFTER_CANCELEDITING, AFTER_DELETE, AFTER_FINISHEDITING, AFTER_INSERT, AFTER_REDO, AFTER_REFRESH, AFTER_STARTEDITING, AFTER_UNDO, AFTER_UPDATE, AFTER_UPDATE_TYPE, BEFORE_CANCELEDITING, BEFORE_DELETE, BEFORE_FINISHEDITING, BEFORE_INSERT, BEFORE_REDO, BEFORE_REFRESH, BEFORE_STARTEDITING, BEFORE_UNDO, BEFORE_UPDATE, BEFORE_UPDATE_TYPE, INDEX_FILLING_CANCELLED, INDEX_FILLING_ERROR, INDEX_FILLING_STARTED, INDEX_FILLING_SUCCESS, LOAD_FINISHED, LOCKS_CHANGE, TRANSFORM_CHANGE
AFTER_CLOSE, AFTER_DISPOSE, AFTER_OPEN, BEFORE_CLOSE, BEFORE_DISPOSE, BEFORE_OPEN, COMPLEX_NOTIFICATION, RESOURCE_CHANGED, SELECTION_CHANGE
Constructor and Description |
---|
DefaultFeatureStoreNotification(DataStore source,
String type) |
DefaultFeatureStoreNotification(DataStore source,
String type,
Command command) |
DefaultFeatureStoreNotification(DataStore source,
String type,
DataSet collection) |
DefaultFeatureStoreNotification(DataStore source,
String type,
EditableFeatureType featureType) |
DefaultFeatureStoreNotification(DataStore source,
String type,
Exception exception) |
DefaultFeatureStoreNotification(DataStore source,
String type,
Feature feature) |
DefaultFeatureStoreNotification(DataStore source,
String type,
FeatureIndex index) |
Modifier and Type | Method and Description |
---|---|
DataSet |
getCollectionResult() |
Command |
getCommand() |
Exception |
getExceptionLoading() |
Feature |
getFeature() |
EditableFeatureType |
getFeatureType() |
FeatureIndex |
getIndex() |
DataStore |
getSource()
Returns the DataStore that produced this notification
|
String |
getType()
Returns the type of this notification, represented by one of the constants defined in this interface.
|
protected void |
init(DataStore source,
String type) |
boolean |
loadSucefully() |
public DefaultFeatureStoreNotification(DataStore source, String type)
public DefaultFeatureStoreNotification(DataStore source, String type, Feature feature)
public DefaultFeatureStoreNotification(DataStore source, String type, Command command)
public DefaultFeatureStoreNotification(DataStore source, String type, Exception exception)
public DefaultFeatureStoreNotification(DataStore source, String type, DataSet collection)
public DefaultFeatureStoreNotification(DataStore source, String type, EditableFeatureType featureType)
public DefaultFeatureStoreNotification(DataStore source, String type, FeatureIndex index)
public Feature getFeature()
getFeature
in interface FeatureStoreNotification
public EditableFeatureType getFeatureType()
getFeatureType
in interface FeatureStoreNotification
public DataSet getCollectionResult()
getCollectionResult
in interface FeatureStoreNotification
public Exception getExceptionLoading()
getExceptionLoading
in interface FeatureStoreNotification
public boolean loadSucefully()
loadSucefully
in interface FeatureStoreNotification
public Command getCommand()
getCommand
in interface FeatureStoreNotification
public DataStore getSource()
DataStoreNotification
getSource
in interface DataStoreNotification
public String getType()
DataStoreNotification
getType
in interface DataStoreNotification
public FeatureIndex getIndex()