Package hec.event

Interface AttributeChangedListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JLayerSelectorTreePanel.CheckBoxNode, JLayerSelectorTreePanel.JLayerSelectionNode, ManagerGlyphSelection, RmaJAttributeToolbarButton, StreamAlignmentGlyphSelection

public interface AttributeChangedListener extends EventListener
The listener interface for receiving AttributeChange events. The class that is interested in processing an AttributeChange event implements this interface, and the object created with that class is registered with a component, using the component's addAttributeChangedListener method. When the action event occurs, that object's attributeChanged method is invoked.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    attributeChanged(String setName, String attrName, boolean shown)
     
  • Method Details

    • attributeChanged

      void attributeChanged(String setName, String attrName, boolean shown)