public interface EditingNotificationManager extends Observable
Modifier and Type | Method and Description |
---|---|
EditingNotification |
notifyObservers(EditingNotification notification) |
EditingNotification |
notifyObservers(Object source,
String type,
Object document,
DataStore store) |
EditingNotification |
notifyObservers(Object source,
String type,
Object document,
DataStore store,
EditableFeatureType featuretType) |
EditingNotification |
notifyObservers(Object source,
String type,
Object document,
DataStore store,
Feature feature) |
EditingNotification |
notifyObservers(Object source,
String type,
Object document,
Object auxdata) |
EditingNotification |
notifyObservers(Object source,
String type,
Object document,
Object auxdata,
DataStore store) |
EditingNotification |
notifyObservers(Object source,
String type,
Object document,
Object auxdata,
DataStore store,
Feature feature) |
boolean |
validateFeature(Feature feature) |
addObserver, deleteObserver, deleteObservers
EditingNotification notifyObservers(Object source, String type, Object document, Object auxdata, DataStore store, Feature feature)
EditingNotification notifyObservers(Object source, String type, Object document, DataStore store, Feature feature)
EditingNotification notifyObservers(Object source, String type, Object document, Object auxdata, DataStore store)
EditingNotification notifyObservers(Object source, String type, Object document, DataStore store)
EditingNotification notifyObservers(Object source, String type, Object document, DataStore store, EditableFeatureType featuretType)
EditingNotification notifyObservers(Object source, String type, Object document, Object auxdata)
EditingNotification notifyObservers(EditingNotification notification)
boolean validateFeature(Feature feature)