Accessing Battle Results
From Talk:RoboJogger
Jump to navigation
Jump to search
Revision as of 5 December 2012 at 23:16.
This is the thread's initial revision.
This is the thread's initial revision.
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?