Allow reporters to be registered for different report types and the type to be

specified at report generation time.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5564 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-11-19 19:53:46 +00:00
parent 9a67119557
commit 457c8a59d6
4 changed files with 39 additions and 26 deletions
@@ -765,7 +765,7 @@ public abstract class PeerManager
PeerService.ResultListener listener)
throws InvocationException
{
listener.requestProcessed(_repmgr.generateReport());
listener.requestProcessed(_repmgr.generateReport(type));
}
// from interface ClientManager.ClientObserver