|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.customware.gwt.dispatch.shared.AbstractUpdateResult<T>
T
- The value type.public abstract class AbstractUpdateResult<T>
Provides support for simple update response which contain both the old value and new value.
Constructor Summary | |
---|---|
protected |
AbstractUpdateResult()
For serialization support only. |
|
AbstractUpdateResult(T oldValue,
T newValue)
|
Method Summary | |
---|---|
T |
getNew()
The new/current value. |
T |
getOld()
The previous value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractUpdateResult()
public AbstractUpdateResult(T oldValue, T newValue)
Method Detail |
---|
public T getOld()
public T getNew()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |