Document the messages broadcast to the server.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4277 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-07-19 00:45:51 +00:00
parent 41b73ffcb4
commit 2dcdebc29b
@@ -188,7 +188,12 @@ public abstract class RebootManager
}
/**
* Broadcasts a message to everyone on the server.
* Broadcasts a message to everyone on the server. The following
* messages will be broadcast:
* <ul><li> m.rebooting_now
* <li> m.reboot_warning (minutes) (message or m.reboot_msg_standard)
* <li> m.reboot_delayed
* </ul>
*/
protected abstract void broadcast (String message);