|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuardFactory
Interface for a factory for Guard
instances.
Method Summary | |
---|---|
Guard |
makeGuard(PatternContext context,
Quitable quitable,
Object stateNodeId,
Object guardState)
Constructs a guard instance. |
void |
setGuardParameters(List<Object> guardParameters)
Sets the guard object parameters. |
Method Detail |
---|
void setGuardParameters(List<Object> guardParameters) throws GuardParameterException
guardParameters
- is a list of parameters
GuardParameterException
- thrown to indicate a parameter problemGuard makeGuard(PatternContext context, Quitable quitable, Object stateNodeId, Object guardState)
context
- - services for use by guardquitable
- - to use for indicating the guard has quitstateNodeId
- - a node id for the state objectguardState
- - state node for guard
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |