Interface PropertyFireable

All Known Implementing Classes:
ChartItemRenderControls, ChartRenderControls, PieChartRenderControls, PieSliceRenderControls, Threshold

public interface PropertyFireable
Copyright (C) 2017 Hydrologic Engineering Center, United States Army Corps of Engineers, All Rights Reserved

HEC-Java NEXGEN

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    triggers the parent controls to fire the default update
    void
    fireUpdate(String propertyName, Object oldVal, Object newVal)
    triggers to fire the given update
  • Method Details

    • fireUpdate

      void fireUpdate(String propertyName, Object oldVal, Object newVal)
      triggers to fire the given update
      Parameters:
      propertyName - the name of the property
      oldVal - the value of the object before the change
      newVal - the value of the object after the change
    • fireUpdate

      void fireUpdate()
      triggers the parent controls to fire the default update