Modified system message delivery to include a localization bundle
identifier which indicates which bundle to use when translating the message for display to the client. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1074 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ChatDisplay.java,v 1.7 2002/02/03 08:22:38 shaper Exp $
|
||||
// $Id: ChatDisplay.java,v 1.8 2002/02/26 05:47:40 mdb Exp $
|
||||
|
||||
package com.threerings.crowd.chat;
|
||||
|
||||
@@ -48,9 +48,12 @@ public interface ChatDisplay
|
||||
* delivered via the place object, or for messages delivered via an
|
||||
* auxiliary chat object, the type code provided when that auxiliary
|
||||
* object was registered.
|
||||
* @param bundle the bundle identifier to be used when localizing this
|
||||
* message for display to the client.
|
||||
* @param message the text of the message.
|
||||
*/
|
||||
public void displaySystemMessage (String type, String message);
|
||||
public void displaySystemMessage (
|
||||
String type, String bundle, String message);
|
||||
|
||||
/**
|
||||
* Called in response to a chat request (either speak or tell) that
|
||||
|
||||
Reference in New Issue
Block a user