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