Let new implementations of this have better variable names
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5616 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -85,13 +85,13 @@ public class ClientManager
|
|||||||
/**
|
/**
|
||||||
* Called when a client has authenticated and been resolved and has started their session.
|
* Called when a client has authenticated and been resolved and has started their session.
|
||||||
*/
|
*/
|
||||||
void clientSessionDidStart (PresentsSession client);
|
void clientSessionDidStart (PresentsSession session);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when a client has logged off or been forcibly logged off due to inactivity and
|
* Called when a client has logged off or been forcibly logged off due to inactivity and
|
||||||
* has thus ended their session.
|
* has thus ended their session.
|
||||||
*/
|
*/
|
||||||
void clientSessionDidEnd (PresentsSession client);
|
void clientSessionDidEnd (PresentsSession session);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user