Provide an Iterable for our client objects.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5743 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-04-23 17:01:38 +00:00
parent 5df1335471
commit 6fe7159b4c
@@ -210,6 +210,14 @@ public class ClientManager
return _conmap.size();
}
/**
* Returns an iterable over all active client objects.
*/
public Iterable<ClientObject> clientObjects ()
{
return _objmap.values();
}
/**
* Enumerates all active client objects.
*/