com.funambol.email.admin
Interface Step


public interface Step

Interface to be implemented by every "function" class that encapsulate a "next step logic". Process controller creates and pass Step object to each process step.


Method Summary
 void goToNextStep()
          Method that drives the transition to the next step of a process.
 

Method Detail

goToNextStep

void goToNextStep()
Method that drives the transition to the next step of a process.



Copyright © 2005-2006 Funambol.