class Rsrb::Item::ContainerListener

Container changed

Public Instance Methods

items_changed(container) click to toggle source
# File lib/rsrb/model/item.rb, line 132
def items_changed(container)
  raise "Items changed is abstract"
end
slot_changed(container, slot) click to toggle source
# File lib/rsrb/model/item.rb, line 124
def slot_changed(container, slot)
  raise "Slots change is abstract"
end
slots_changed(container, slots) click to toggle source
# File lib/rsrb/model/item.rb, line 128
def slots_changed(container, slots)
  raise "Slots changed is abstract"
end