Class: JsonFramework
| Defined in: | lib/Frameworks/JsonFramework.coffee | 
Overview
Framework for Json data-structures. Known values that are supported:
- String
 - Integer
 - Array
 
Instance Method Summary
- # (?) getSharedObject()
 - # (void) getConnector() Get the initialized connector.
 - # (void) getHistoryBuffer()
 - # (void) setMutableDefault(mutable)
 - # (void) getUserId() Get the UserId from the HistoryBuffer object.
 - # (void) toJson()
 - # (void) val()
 - # (void) on()
 - # (void) deleteListener()
 
Constructor Details
      #
(void)
constructor(user_id, connector)
      
    
Instance Method Details
      #
(void)
getConnector()
      
    
Get the initialized connector.
      #
(void)
getHistoryBuffer()
      
    
      #
(void)
setMutableDefault(mutable)
      
    
      #
(void)
getUserId()
      
    
Get the UserId from the HistoryBuffer object. In most cases this will be the same as the user_id value with which JsonFramework was initialized (Depending on the HistoryBuffer implementation).
      #
(void)
toJson()
      
    
      #
(void)
val()
      
    
      #
(void)
on()
      
    
      #
(void)
deleteListener()