Class: Sketchup::EntityObserver Abstract
- Inherits:
-
Object
- Object
- Sketchup::EntityObserver
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 entity of interests.
This observer interface is implemented to react to entity events.
Direct Known Subclasses
Instance Method Summary # collapse
-
#onChangeEntity(entity) ⇒ nil
The #onChangeEntity method is invoked when your entity is modified.
-
#onEraseEntity(entity) ⇒ nil
The #onEraseEntity method is invoked when your entity is erased.
Instance Method Details
↑ #onChangeEntity(entity) ⇒ nil
The #onChangeEntity method is invoked when your entity is modified.
↑ #onEraseEntity(entity) ⇒ nil
The #onEraseEntity method is invoked when your entity is erased.