com.threerings.crowd.chat.client
Class ChatDirector.DisplayMessageOp
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_message
protected ChatMessage _message
_displayed
protected boolean _displayed
ChatDirector.DisplayMessageOp
protected ChatDirector.DisplayMessageOp()
setMessage
public void setMessage(ChatMessage message)
apply
public boolean apply(ChatDisplay observer)
- Specified by:
apply in interface ObserverList.ObserverOp<ChatDisplay>