
org.yestech.wizard.IPhasedProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yeswizard Show documentation
Show all versions of yeswizard Show documentation
A framework the allows for wizard flow control
The newest version!
/*
* YES Technology - http://yestech.org
*
* Licensed using GPL Available - http://opensource.org/licenses/gpl-license.php
*
* File name: $RCSfile: $
* Revision: $Revision: $
* Last revised by: $Author: $
* Last revision date: $Date: $
*
* Original Author: Arthur Copeland
*
*/
package org.yestech.wizard;
/**
* @author $Author: $
* @version $Revision: $
*/
public interface IPhasedProcessor
{
R phasedProcessHandler(PhasedEnum phase, D data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy