|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Any type of Votepublic interface DecisionVoter<T extends Vote>
A DecisionVoter is asked to vote for a business action.
Method Summary | |
---|---|
void |
voteFor(T vote)
The implementation has to vote for a certain vote on particular rules that are implemented by the voter. |
Method Detail |
---|
void voteFor(T vote) throws DeniedException
vote
- The vote to vote for
DeniedException
- is thrown when the voter cannot vote for the action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |