Class: FlowMonitor::Observer

Inherits:
Object
  • Object
show all
Defined in:
lib/libcfruby/flowmonitor.rb

Overview

The Observer class serves only as an in-code description of the Observer interface. It can be subclassed, but the methods do nothing useful

Direct Known Subclasses

Cfruby::Cfp_FlowMonitor

Instance Method Summary collapse

Instance Method Details

#handle_message(message) ⇒ Object

Called whenever any message is passed from the controller. Useful for simple logging or alternate collection of event messages. The return value may be used by the controller depending on the context the message was sent in.



182
183
# File 'lib/libcfruby/flowmonitor.rb', line 182

def handle_message(message)
end