Interface LayoutNotification

All Known Implementing Classes:
DefaultLayoutNotification

public interface LayoutNotification
Version:
$Id$
Author:
gvSIG Team
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Fired when the layout has to be invalidated
    static final String
    Fired when the layout has to be invalidated and immediately repainted
    static final String
    Fired when the layout doesn't have to be repainted
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type of this notification, represented by one of the constants defined in this interface.
  • Field Details

    • LAYOUT_INVALIDATED

      static final String LAYOUT_INVALIDATED
      Fired when the layout has to be invalidated
      See Also:
    • LAYOUT_VALIDATED

      static final String LAYOUT_VALIDATED
      Fired when the layout doesn't have to be repainted
      See Also:
    • LAYOUT_REFRESH

      static final String LAYOUT_REFRESH
      Fired when the layout has to be invalidated and immediately repainted
      See Also:
  • Method Details

    • getType

      String 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