public abstract class SimpleTideResponder<T> extends java.lang.Object implements TideMergeResponder<T>
| Constructor and Description |
|---|
SimpleTideResponder() |
SimpleTideResponder(T mergeWith) |
| Modifier and Type | Method and Description |
|---|---|
void |
fault(TideFaultEvent event) |
T |
getMergeResultWith() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresultpublic SimpleTideResponder()
public SimpleTideResponder(T mergeWith)
public void fault(TideFaultEvent event)
fault in interface TideResponder<T>public T getMergeResultWith()
getMergeResultWith in interface TideMergeResponder<T>