1.14.0.5
Hummingbird
A modern user interface library for games
cohtml::IAsyncResourceStreamResponse Class Referenceabstract

Response that the application should use when the resource stream has been created You can keep a reference to this object as long as needed and call Finish afterwards. More...

Public Member Functions

virtual void SetStreamReader (ISyncStreamReader *reader)=0
 Set the ISyncStreamReader instance for the requested resource.
 
virtual void Finish (Status status)=0
 Call when the resource stream has been loaded or the load failed. NB: It's not safe to call other methods on this interface after Finish.
 

Detailed Description

Response that the application should use when the resource stream has been created You can keep a reference to this object as long as needed and call Finish afterwards.