A state in a workflow. Provides behaviour and logic for the state.
A WorkflowWizardPage delegates workflow decisions to a State; we can actually go through the State's without user interaction during a DnD operation; and only pop open the correct WizardPage when interaction is required.
@author jesse
@since 1.1.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.