public class TocModelChangedImpl extends Object implements TocModelChangedNotification
TocModelChangedNotification.Type
Constructor and Description |
---|
TocModelChangedImpl(TocModelChangedNotification.Type type,
MapContext model) |
Modifier and Type | Method and Description |
---|---|
MapContext |
getModel()
Gets the added or changed model
|
TocModelChangedNotification.Type |
getType()
Returns the type of this notification, represented by one of the constants defined in this interface.
|
public TocModelChangedImpl(TocModelChangedNotification.Type type, MapContext model)
public MapContext getModel()
TocModelChangedNotification
getModel
in interface TocModelChangedNotification
null
if the
model has been removedpublic TocModelChangedNotification.Type getType()
TocModelChangedNotification
getType
in interface TocModelChangedNotification