com.threerings.crowd.chat.client
Class HistoryList.HistoryUpdatedOp
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_adjustment
protected int _adjustment
HistoryList.HistoryUpdatedOp
protected HistoryList.HistoryUpdatedOp()
setAdjustment
public void setAdjustment(int adjustment)
apply
public boolean apply(HistoryList.Observer obs)
- Specified by:
apply in interface ObserverList.ObserverOp<HistoryList.Observer>