org.gvsig.editing
Interface EditingNotificationManager

All Superinterfaces:
org.gvsig.tools.observer.Observable
All Known Implementing Classes:
DefaultEditingNotificationManager

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
 EditingNotification notifyObservers(EditingNotification notification)
           
 EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.dal.DataStore store)
           
 EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.EditableFeatureType featuretType)
           
 EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.Feature feature)
           
 EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.mapcontext.layers.FLayer layer)
           
 EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.mapcontext.layers.FLayer layer, org.gvsig.fmap.dal.DataStore store)
           
 EditingNotification notifyObservers(java.lang.Object source, java.lang.String type, java.lang.Object document, org.gvsig.fmap.mapcontext.layers.FLayer layer, org.gvsig.fmap.dal.DataStore store, org.gvsig.fmap.dal.feature.Feature feature)
           
 
Methods inherited from interface org.gvsig.tools.observer.Observable
addObserver, deleteObserver, deleteObservers
 

Method Detail

notifyObservers

EditingNotification notifyObservers(EditingNotification notification)

notifyObservers

EditingNotification notifyObservers(java.lang.Object source,
                                    java.lang.String type,
                                    java.lang.Object document,
                                    org.gvsig.fmap.dal.DataStore store)

notifyObservers

EditingNotification notifyObservers(java.lang.Object source,
                                    java.lang.String type,
                                    java.lang.Object document,
                                    org.gvsig.fmap.dal.DataStore store,
                                    org.gvsig.fmap.dal.feature.EditableFeatureType featuretType)

notifyObservers

EditingNotification notifyObservers(java.lang.Object source,
                                    java.lang.String type,
                                    java.lang.Object document,
                                    org.gvsig.fmap.dal.DataStore store,
                                    org.gvsig.fmap.dal.feature.Feature feature)

notifyObservers

EditingNotification notifyObservers(java.lang.Object source,
                                    java.lang.String type,
                                    java.lang.Object document,
                                    org.gvsig.fmap.mapcontext.layers.FLayer layer)

notifyObservers

EditingNotification notifyObservers(java.lang.Object source,
                                    java.lang.String type,
                                    java.lang.Object document,
                                    org.gvsig.fmap.mapcontext.layers.FLayer layer,
                                    org.gvsig.fmap.dal.DataStore store)

notifyObservers

EditingNotification notifyObservers(java.lang.Object source,
                                    java.lang.String type,
                                    java.lang.Object document,
                                    org.gvsig.fmap.mapcontext.layers.FLayer layer,
                                    org.gvsig.fmap.dal.DataStore store,
                                    org.gvsig.fmap.dal.feature.Feature feature)


Copyright © 2014 gvSIG Association. All Rights Reserved.