Class: Sketchup::SelectionObserver

Inherits:
Object
  • Object
show all
Defined in:
lib/selectionobserver.rb

Instance Method Summary collapse

Instance Method Details

#onSelectionAddedObject



3
4
# File 'lib/selectionobserver.rb', line 3

def onSelectionAdded
end

#onSelectionBulkChangeObject



5
6
# File 'lib/selectionobserver.rb', line 5

def onSelectionBulkChange
end

#onSelectionClearedObject



7
8
# File 'lib/selectionobserver.rb', line 7

def onSelectionCleared
end

#onSelectionRemovedObject



9
10
# File 'lib/selectionobserver.rb', line 9

def onSelectionRemoved
end