# File lib/celerity/listener.rb, line 73 def statusMessageChanged(page, message) @procs[:status].each { |handler| handler.call(page, message) } end