Revision eea1abf0
Added by Marc Dequènes almost 14 years ago
- ID eea1abf0fe5d317e0f1827973f19859d14992ca3
lib/cyborghood/cyborg/conversation.rb | ||
---|---|---|
@conversation.protocol.send_request_call(self, *args, &callback)
|
||
end
|
||
|
||
# convenience method
|
||
def notify(event_name, event_info)
|
||
@conversation.protocol.send_notify_event(self, event_name, event_info)
|
||
end
|
||
|
||
def register_callback(message, callback)
|
||
@callbacks[message.action_id] = callback
|
||
end
|
Also available in: Unified diff
[evol] ConversationThread: added convenience method for notification