Package org.gvsig.fmap.dal
Interface EditingNotificationManager
- All Superinterfaces:
org.gvsig.tools.observer.Observable
public interface EditingNotificationManager
extends org.gvsig.tools.observer.Observable
Acts as a hub to centralize editing notification events in a single manager.
All objects that modify a store notify this manager to reported the actions
to the objects interested in knowing when start or end editing, regardless
of where the editing work is done.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanWriteFeature(org.gvsig.fmap.dal.feature.Feature feature) notifyObservers(Object source, String type, Object document, Object auxdata) notifyObservers(Object source, String type, Object document, Object auxdata, org.gvsig.fmap.dal.DataStore store) notifyObservers(Object source, String type, Object document, Object auxdata, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.Feature feature) notifyObservers(Object source, String type, Object document, org.gvsig.fmap.dal.DataStore store) notifyObservers(Object source, String type, Object document, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.EditableFeatureType featuretType) notifyObservers(Object source, String type, Object document, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.Feature feature) notifyObservers(EditingNotification notification) booleanvalidateFeature(org.gvsig.fmap.dal.feature.Feature feature) Methods inherited from interface org.gvsig.tools.observer.Observable
addObserver, deleteObserver, deleteObservers
-
Method Details
-
notifyObservers
EditingNotification notifyObservers(Object source, String type, Object document, Object auxdata, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.Feature feature) -
notifyObservers
EditingNotification notifyObservers(Object source, String type, Object document, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.Feature feature) -
notifyObservers
EditingNotification notifyObservers(Object source, String type, Object document, Object auxdata, org.gvsig.fmap.dal.DataStore store) -
notifyObservers
EditingNotification notifyObservers(Object source, String type, Object document, org.gvsig.fmap.dal.DataStore store) -
notifyObservers
EditingNotification notifyObservers(Object source, String type, Object document, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.EditableFeatureType featuretType) -
notifyObservers
-
notifyObservers
-
validateFeature
boolean validateFeature(org.gvsig.fmap.dal.feature.Feature feature) -
canWriteFeature
boolean canWriteFeature(org.gvsig.fmap.dal.feature.Feature feature)
-