source:IAsyncEventSource ?

Monkey Forums/Monkey Programming/source:IAsyncEventSource ?

Nobuyuki(Posted 2014) [#1]
When assigning resources from an asynchronous callback like OnLoadImageComplete(), I noticed that the interface requires source:IAsyncEventSource. However, the help file says nothing about what use this argument would be for in our callback. Can it be used somehow to determine the source a little better than just path? I kinda wish we could have had these callbacks give us an optional data packet (of Object) that was passed from the original invoking function call.....