var oSomeObject = { x: 123, func: function() { print( this.x ); } }; connect( sender, "signal", oSomeObject, "func" );