Methods
Modifier and Type |
Method and Description |
void |
addObserver(Observer o) |
void |
deleteObserver(Observer o) |
void |
deleteObservers() |
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 featureType) |
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) |
EditingNotification |
notifyObservers(Object source,
String type,
Object document,
Object auxdata,
DataStore store,
Feature feature,
EditableFeatureType featureType) |
boolean |
validateFeature(Feature feature) |