Class: Sketchup::DimensionObserver Abstract
Relationships | |
Inherits: | Object |
Overview
This class is abstract.
To implement this observer, create a Ruby class of this type, override the desired methods, and add an instance of the observer to the dimensions of interest.
This observer interface is implemented to react to changes in dimension text.
Instance Method Summary
-
#onTextChanged(dimension)
The #onTextChanged method is invoked when your entity is erased.
Instance Method Details
#onTextChanged(dimension)
The #onTextChanged
method is invoked when your entity is erased.