Made dispatchMessage public.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3395 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -285,6 +285,15 @@ public class ChatDirector extends BasicDirector
|
|||||||
dispatchMessage(msg);
|
dispatchMessage(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Dispatches the provided message to our chat displays.
|
||||||
|
*/
|
||||||
|
public void dispatchMessage (ChatMessage message)
|
||||||
|
{
|
||||||
|
_displayMessageOp.setMessage(message);
|
||||||
|
_displays.apply(_displayMessageOp);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dispatches a {@link #requestSpeak(SpeakService,String,byte)} on the
|
* Dispatches a {@link #requestSpeak(SpeakService,String,byte)} on the
|
||||||
* place object that we currently occupy.
|
* place object that we currently occupy.
|
||||||
@@ -574,15 +583,6 @@ public class ChatDirector extends BasicDirector
|
|||||||
return message;
|
return message;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Dispatches the provided message to our chat displays.
|
|
||||||
*/
|
|
||||||
protected void dispatchMessage (ChatMessage message)
|
|
||||||
{
|
|
||||||
_displayMessageOp.setMessage(message);
|
|
||||||
_displays.apply(_displayMessageOp);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Looks up and returns the message type associated with the specified
|
* Looks up and returns the message type associated with the specified
|
||||||
* oid.
|
* oid.
|
||||||
|
|||||||
Reference in New Issue
Block a user