Difference between revisions of "Thread:Talk:RoboJogger/Accessing Battle Results"

From Robowiki
Jump to navigation Jump to search
(New thread: Accessing Battle Results)
 
(No difference)

Latest revision as of 01:16, 6 December 2012

There needs to be a way for a third party (e.g. RoboJogger) to access battle results (on the fly results highly preferable). It looks like I could use ScoreLog to read results from the XML result file after it is created, but it would be preferable to have a way to add a listener that is notified each time a new battle result is available. For example, RoboRunner might allow third parties to add their own BattleResultHandler in addition to or in replacement of the one RoboRunner uses internally. Thoughts?