Methods

Monkeybars::BaseHandler

This module is used internally by the various XYZHandler classes as the recipent of events. It dispatches the event handling to the controller’s handle_event method.

Public Instance Methods

method_missing(method, *args, &block) click to toggle source
# File lib/monkeybars/event_handler.rb, line 41
def method_missing(method, *args, &block)
  @callback.handle_event(@component_name, method.underscore, args[0])
  @callback.update_view if @auto_invoke_update_view
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.