com.threerings.crowd.chat.client
Class HistoryList.HistoryUpdatedOp

java.lang.Object
  extended by com.threerings.crowd.chat.client.HistoryList.HistoryUpdatedOp
All Implemented Interfaces:
ObserverList.ObserverOp<HistoryList.Observer>
Enclosing class:
HistoryList

protected static class HistoryList.HistoryUpdatedOp
extends Object
implements ObserverList.ObserverOp<HistoryList.Observer>


Field Summary
protected  int _adjustment
           
 
Constructor Summary
protected HistoryList.HistoryUpdatedOp()
           
 
Method Summary
 boolean apply(HistoryList.Observer obs)
           
 void setAdjustment(int adjustment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_adjustment

protected int _adjustment
Constructor Detail

HistoryList.HistoryUpdatedOp

protected HistoryList.HistoryUpdatedOp()
Method Detail

setAdjustment

public void setAdjustment(int adjustment)

apply

public boolean apply(HistoryList.Observer obs)
Specified by:
apply in interface ObserverList.ObserverOp<HistoryList.Observer>