Thanks, but could you please give an example, how to attach the model to the token (I guess build a subclass of the AsyncToken and implement a new property that includes my model???) and most important how to reference it later in the Handler? I don't know how to reference to the class property of a current instance without creating a new instance of the ModelClass.
Thanks, Mane

