com.sapportals.admin.wizardframework.api
Interface ICondition

All Known Implementing Classes:
IsWriteProtection

public interface ICondition

A condition that can be evaluated against the wizard context used in IStateMachine for conditional transitions between states

Version:
6.0

Method Summary
 boolean isTrue(IWizardContext context)
          evaluate this condition against the given wizard context
 

Method Detail

isTrue

public boolean isTrue(IWizardContext context)
evaluate this condition against the given wizard context