Interface TocModelChangedNotification
- All Known Implementing Classes:
TocModelChangedImpl
public interface TocModelChangedNotification
Fired when the Toc model changes.
- Author:
- Cesar Martinez Izquierdo
-
Method Details
-
getType
TocModelChangedNotification.Type getType()Returns the type of this notification, represented by one of the constants defined in this interface.- Returns:
- a String containing this notification's type
-
getModel
org.gvsig.fmap.mapcontext.MapContext getModel()Gets the added or changed model- Returns:
- The added or changed model, or
nullif the model has been removed
-