changed clear() -> clear(boolean force), if force is true,

ChatDisplays may not ignore the request to clear.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1849 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2002-10-27 22:33:42 +00:00
parent 34e777c444
commit a3eb2e1b7a
@@ -1,5 +1,5 @@
//
// $Id: ChatDisplay.java,v 1.14 2002/08/14 00:48:57 shaper Exp $
// $Id: ChatDisplay.java,v 1.15 2002/10/27 22:33:42 ray Exp $
package com.threerings.crowd.chat;
@@ -12,8 +12,10 @@ public interface ChatDisplay
{
/**
* Called to clear the chat display.
*
* @param force if false, the ChatDisplay can choose to ignore the clear.
*/
public void clear ();
public void clear (boolean force);
/**
* Called to display a chat message.