Class: KeepYourHead::Database::Visitor

Inherits:
Object
  • Object
show all
Defined in:
lib/Keepyourhead/database/Visitor.rb

Instance Method Summary collapse

Instance Method Details

#onItemChange(item) ⇒ Object



22
23
# File 'lib/Keepyourhead/database/Visitor.rb', line 22

def onItemChange(item)
end

#onItemInsert(item) ⇒ Object



26
27
# File 'lib/Keepyourhead/database/Visitor.rb', line 26

def onItemInsert(item)
end

#onItemRemove(item) ⇒ Object



24
25
# File 'lib/Keepyourhead/database/Visitor.rb', line 24

def onItemRemove(item)
end

#onReloadObject



28
29
# File 'lib/Keepyourhead/database/Visitor.rb', line 28

def onReload()
end