Subversion Info

Rev
437
Last Checked In
2008-03-28 00:49:20 (2 weeks ago)
Checked in by
deveiant

Parent

Methods

Included Modules

Class Index

Quicksearch

Arrow::Subject

An abstract base class for monitor "subjects", which are datapoints which may be subscribed to by monitoring applications.

Constants

SVNRev
SVN Revision
SVNId
SVN Id

Protected Instance Methods

initialize( description ) click to toggle source

Initialize a new Arrow::Subject (should be called from derivatives).

    # File /Users/ged/source/ruby/Arrow/lib/arrow/monitor/subjects.rb, line 48
48:     def initialize( description ) # :notnew:
49:         @description = description
50:     end

secsequence

--- SEC00082

seccomment

--- ""

method_list

--- 
- methods: 
  - visibility: protected
    aref: M000235
    name: initialize
    sourcecode: "    <span class=\"ruby-comment cmt\"># File /Users/ged/source/ruby/Arrow/lib/arrow/monitor/subjects.rb, line 48</span>\n\
      48:     <span class=\"ruby-keyword kw\">def</span> <span class=\"ruby-identifier\">initialize</span>( <span class=\"ruby-identifier\">description</span> ) <span class=\"ruby-comment cmt\"># :notnew:</span>\n\
      49:         <span class=\"ruby-ivar\">@description</span> = <span class=\"ruby-identifier\">description</span>\n\
      50:     <span class=\"ruby-keyword kw\">end</span>"
    m_desc: |-
      <p>
      Initialize a new <a href="Subject.html">Arrow::Subject</a> (should be
      called from derivatives).
      </p>
    params: ( description )
  category: Instance
  type: Protected

sectitle

--- 

constants

--- 
- name: SVNRev
  desc: |+
    
    SVN Revision
    
  value: "%q$Rev: 437 $"
- name: SVNId
  desc: |+
    
    SVN Id
    
  value: "%q$Id: subjects.rb 437 2008-03-28 00:49:20Z deveiant $"

[Validate]

Generated with the Darkfish Rdoc Generator.