Tjorven Lauchardt wrote:

is there a possibiblity to get that time, when all updates of a certain Runnable, that has been given to the runnablequeue of the updatemanager, has been made? I want to invoke a function right then, because I need the canvas rendering transform at that moment.

For something simple like this you can probably just make a call at the end of the runnable in question (make sure the method you call is thread safe!).

  The RunnableQueue implementation does not have full
fledged event handling.  There is a notion of a RunHandler that
get's call backs but right now there is only one and it is
an inner class of the UpdateManager.

Kind regards, tjorven


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to