class Apotomo::Event

Events are created by Apotomo in fire. They bubble up from their source to root and trigger event handlers.

Public Instance Methods

to_s() click to toggle source
# File lib/apotomo/event.rb, line 5
def to_s
  "<Event :#{type} source=#{source.widget_id}>"
end