com.threerings.crowd.chat.client
Class ChatDirector.DisplayMessageOp

java.lang.Object
  extended by com.threerings.crowd.chat.client.ChatDirector.DisplayMessageOp
All Implemented Interfaces:
ObserverList.ObserverOp<ChatDisplay>
Enclosing class:
ChatDirector

protected static class ChatDirector.DisplayMessageOp
extends Object
implements ObserverList.ObserverOp<ChatDisplay>

An observer op used to dispatch ChatMessages on the client.


Field Summary
protected  boolean _displayed
           
protected  ChatMessage _message
           
 
Constructor Summary
protected ChatDirector.DisplayMessageOp()
           
 
Method Summary
 boolean apply(ChatDisplay observer)
           
 void setMessage(ChatMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_message

protected ChatMessage _message

_displayed

protected boolean _displayed
Constructor Detail

ChatDirector.DisplayMessageOp

protected ChatDirector.DisplayMessageOp()
Method Detail

setMessage

public void setMessage(ChatMessage message)

apply

public boolean apply(ChatDisplay observer)
Specified by:
apply in interface ObserverList.ObserverOp<ChatDisplay>