Class: IwcConnector
| Defined in: | lib/Connectors/IwcConnector.coffee | 
Overview
The Iwc Connector adds support for the Inter-Widget-Communication protocol that is used in the Role-SDK.
Instance Method Summary
- # (void) send(o) This function is called whenever an operation was executed.
 - # (void) receive(o) This function is called whenever an operation was received from another peer.
 - # (void) sendIwcIntent(action_name, content) Helper for sending iwc intents.
 
Constructor Details
      #
(void)
constructor(engine, HB, execution_listener, yatta)
      
    
Instance Method Details
      #
(void)
send(o)
      
    
This function is called whenever an operation was executed.
      #
(void)
receive(o)
      
    
This function is called whenever an operation was received from another peer.
      #
(void)
sendIwcIntent(action_name, content)
      
    
Helper for sending iwc intents.