Sha256: 9d9307692450fc61fa6ae820aeb69c01cc75910a117b70dd022dd002d8d8b6c6

Contents?: true

Size: 239 Bytes

Versions: 10

Compression:

Stored size: 239 Bytes

Contents

module Redcar
  class Tree
    # Abstract interface. The Controller's methods are called when the Tree's
    # rows are activated.
    module Controller
      def activated(node)
        raise "not implemented"
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
redcar-0.3.6 plugins/tree/lib/tree/controller.rb
redcar-0.3.5 plugins/tree/lib/tree/controller.rb
redcar-0.3.4.3 plugins/tree/lib/tree/controller.rb
redcar-0.3.4.2 plugins/tree/lib/tree/controller.rb
redcar-0.3.4.1 plugins/tree/lib/tree/controller.rb
redcar-0.3.4 plugins/tree/lib/tree/controller.rb
redcar-0.3.3 plugins/tree/lib/tree/controller.rb
redcar-0.3.2dev plugins/tree/lib/tree/controller.rb
redcar-0.3.1dev plugins/tree/lib/tree/controller.rb
redcar-0.3.0dev plugins/tree/lib/tree/controller.rb