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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user