Package com.inductiveautomation.rm.base
Interface DeepChangeListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractButtonShape
,AbstractJ2DShape
,AbstractRM2DShape
,AbstractXYChart
,Barcode
,CategoryChart
,JButtonShape
,JCheckBoxMenuItemShape
,JCheckBoxShape
,JComboBoxShape
,JComponentShape
,JFormattedTextFieldShape
,JLabelShape
,JListShape
,JMenuBarShape
,JMenuItemShape
,JMenuShape
,JPasswordFieldShape
,JPopupMenuShape
,JProgressBarShape
,JRadioButtonMenuItemShape
,JRadioButtonShape
,JScrollPaneShape
,JSeparatorShape
,JSliderShape
,JSpinnerShape
,JSplitPaneShape
,JTabbedPaneShape
,JTableColumnShape
,JTableShape
,JTextAreaShape
,JTextComponentShape
,JTextFieldShape
,JToggleButtonShape
,JTreeShape
,LabeledShape
,PieChart
,ReportOwner.ShapeList
,RJColorWellShape
,RJCustomViewShape
,RJMenuButtonShape
,RJThumbWheelShape
,RMAbstractXYChart
,RMAnimPathShape
,RMAnimPathShape.RMAnimPathGroup
,RMBarcode
,RMBlurEffect
,RMChiselEffect
,RMCrossTab
,RMCrossTabCell
,RMCrossTabColDivider
,RMCrossTabDivider
,RMCrossTabFrame
,RMCrossTabRowDivider
,RMDocument
,RMEditor
,RMEditorShape
,RMEffect
,RMEmbossEffect
,RMFlowShape
,RMGraph
,RMGraphLegend
,RMGraphPartBars
,RMGraphPartLabelAxis
,RMGraphPartPie
,RMGraphPartSeries
,RMGraphPartValueAxis
,RMGraphRPGBar.BarGraphShape2D
,RMImageEffect
,RMImageShape
,RMLabel
,RMLabels
,RMLineShape
,RMLineShape.ArrowHead
,RMLinkedText
,RMMorphShape
,RMNestedDoc
,RMOvalShape
,RMPage
,RMPainterShape
,RMParentShape
,RMPencilShape
,RMPieChart
,RMPolygonShape
,RMRadarChart
,RMRectShape
,RMReflectionEffect
,RMScene3D
,RMScene3D.RMShape3D
,RMScriptableChart
,RMShadowEffect
,RMShape
,RMShapeTable.STCell
,RMSoundShape
,RMSpringShape
,RMStarShape
,RMSubreport
,RMSwitchShape
,RMTable
,RMTableGroup
,RMTableRow
,RMTableRowCellTextShape
,RMTableRowRPG
,RMTableRPG
,RMText
,RMTextShape
,RMViewerShape
,RMXYChart
,ScriptableChart
,SpringsPaneShape
,SwitchPaneShape
,TimeseriesChart
,XYChart
A listener to get property changes and nested property changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deepChange
(PropertyChangeListener aSource, PropertyChangeEvent anEvent) Deep property changes (as well as normal property changes).
-
Method Details
-
deepChange
Deep property changes (as well as normal property changes).
-