com.tonbeller.wcf.wizard
Interface PageListener
- public interface PageListener
a WizardPage tells its wizard that its finished by calling one of these methods.
- Author:
- av
onNext
public void onNext(RequestContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
onBack
public void onBack(RequestContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
onFinish
public void onFinish(RequestContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
onCancel
public void onCancel(RequestContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception