Class TocModelChangedImpl
java.lang.Object
org.gvsig.app.project.documents.layout.TocModelChangedImpl
- All Implemented Interfaces:
TocModelChangedNotification
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gvsig.app.project.documents.layout.TocModelChangedNotification
TocModelChangedNotification.Type -
Constructor Summary
ConstructorsConstructorDescriptionTocModelChangedImpl(TocModelChangedNotification.Type type, org.gvsig.fmap.mapcontext.MapContext model) -
Method Summary
-
Constructor Details
-
TocModelChangedImpl
public TocModelChangedImpl(TocModelChangedNotification.Type type, org.gvsig.fmap.mapcontext.MapContext model)
-
-
Method Details
-
getModel
public org.gvsig.fmap.mapcontext.MapContext getModel()Description copied from interface:TocModelChangedNotificationGets the added or changed model- Specified by:
getModelin interfaceTocModelChangedNotification- Returns:
- The added or changed model, or
nullif the model has been removed
-
getType
Description copied from interface:TocModelChangedNotificationReturns the type of this notification, represented by one of the constants defined in this interface.- Specified by:
getTypein interfaceTocModelChangedNotification- Returns:
- a String containing this notification's type
-