Class: Sketchup::EntityObserver Abstract
Overview
This class is abstract.
This is an abstract class - you need to over-write the methods in your code.
Attched to an Entity using the Sketchup::Entity#add_observer method
Direct Known Subclasses
Instance Method Summary (collapse)
Instance Method Details
- (nil) onChangeEntity(entity)
30 31 |
# File 'lib/entityobserver.rb', line 30 def onChangeEntity(entity) end |
- (nil) onEraseEntity(entity)
35 36 |
# File 'lib/entityobserver.rb', line 35 def onEraseEntity(entity) end |