# File src/org/puremvc/ruby/patterns/facade/facade.rb, line 93
  def has_command?(notification_name)
    @controller.has_command?(notification_name)
  end