public interface Agenda
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(ExecutionEnvironment environment)
Return if the Agenda applies to the given environment
|
void |
execute(ExecutionEnvironment environment)
Execute with the given
ExecutionEnvironment |
void execute(ExecutionEnvironment environment)
ExecutionEnvironment
environment
- ExecutionEnvironment
to execute withboolean appliesTo(ExecutionEnvironment environment)
environment
- ExecutionEnvironment
to check if the Agenda applies to.ExecutionEnvironment
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.