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_CHANGEAFTER_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 FeatureStoreNotificationpublic EditableFeatureType getFeatureType()
getFeatureType in interface FeatureStoreNotificationpublic DataSet getCollectionResult()
getCollectionResult in interface FeatureStoreNotificationpublic Exception getExceptionLoading()
getExceptionLoading in interface FeatureStoreNotificationpublic boolean loadSucefully()
loadSucefully in interface FeatureStoreNotificationpublic Command getCommand()
getCommand in interface FeatureStoreNotificationpublic DataStore getSource()
DataStoreNotificationgetSource in interface DataStoreNotificationpublic String getType()
DataStoreNotificationgetType in interface DataStoreNotificationpublic FeatureIndex getIndex()