X
- public abstract class AbstractFormTransition<X> extends java.lang.Object implements FormTransition<X>
FormTransition
s
This saves a small amount of boiler plate when no other superclass is required.Constructor and Description |
---|
AbstractFormTransition() |
Modifier and Type | Method and Description |
---|---|
FormResult |
getResult(TransitionVisitor<X> vis) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildForm
public final FormResult getResult(TransitionVisitor<X> vis) throws TransitionException
getResult
in interface FormTransition<X>
getResult
in interface Transition<X>
TransitionException