org.ceno.ui.views
Class TextMessageObserverAdapter

java.lang.Object
  extended by org.ceno.ui.views.TextMessageObserverAdapter
All Implemented Interfaces:
IMessagesObserver, IObserver<Messages>

public class TextMessageObserverAdapter
extends java.lang.Object
implements IMessagesObserver

Since:
0.0.2
Author:
Andre Albert <andre.albert82@googlemail.com>

Constructor Summary
TextMessageObserverAdapter(ChatView chatView, MessageContext context)
           
 
Method Summary
 void update(Messages newMessages)
          Invoked as notify call
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextMessageObserverAdapter

public TextMessageObserverAdapter(ChatView chatView,
                                  MessageContext context)
Method Detail

update

public void update(Messages newMessages)
Invoked as notify call

Specified by:
update in interface IObserver<Messages>