All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yestech.wizard.IPhasedProcessor Maven / Gradle / Ivy

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