An abstract base class for monitor "subjects", which are datapoints which may be subscribed to by monitoring applications.
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
--- SEC00082
--- ""
---
- 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
---
---
- 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 $"
Generated with the Darkfish Rdoc Generator.