Package hec.gfx2d.swing.charts.util
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 TypeMethodDescriptionvoidtriggers the parent controls to fire the default updatevoidfireUpdate(String propertyName, Object oldVal, Object newVal) triggers to fire the given update
-
Method Details
-
fireUpdate
triggers to fire the given update- Parameters:
propertyName- the name of the propertyoldVal- the value of the object before the changenewVal- the value of the object after the change
-
fireUpdate
void fireUpdate()triggers the parent controls to fire the default update
-