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

Method Summary
 void onBack(RequestContext context)
           
 void onCancel(RequestContext context)
           
 void onFinish(RequestContext context)
           
 void onNext(RequestContext context)
           
 

Method Detail

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