Interface TocModelChangedNotification

All Known Implementing Classes:
TocModelChangedImpl

public interface TocModelChangedNotification
Fired when the Toc model changes.
Author:
Cesar Martinez Izquierdo
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.fmap.mapcontext.MapContext
    Gets the added or changed model
    Returns the type of this notification, represented by one of the constants defined in this interface.
  • Method Details

    • 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 null if the model has been removed