# File lib/celluloid/probe.rb, line 19 def actor_created(actor) trigger_event(:actor_created, actor) end
# File lib/celluloid/probe.rb, line 27 def actor_died(actor) trigger_event(:actor_died, actor) end
# File lib/celluloid/probe.rb, line 23 def actor_named(actor) trigger_event(:actor_named, actor) end
# File lib/celluloid/probe.rb, line 31 def actors_linked(a, b) a = find_actor(a) b = find_actor(b) trigger_event(:actors_linked, a, b) end
Generated with the Darkfish Rdoc Generator 2.