org.ceno.ui.views
Class MessageContextManager

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

public class MessageContextManager
extends java.lang.Object
implements IMessagesObserver

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

Constructor Summary
MessageContextManager(ChatView parentView)
           
 
Method Summary
 void update(Messages states)
          Invoked as notify call
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageContextManager

public MessageContextManager(ChatView parentView)
Method Detail

update

public void update(Messages states)
Invoked as notify call

Specified by:
update in interface IObserver<Messages>