Pattern.Manager.setClosure()

Signature

void setClosure(Object patternInstance, Object closure)

Domain

action

Parameters

NameTypeDescription
patternInstanceObjectThe return value (opaque) from the pattern "instantiate(String)" method.
closureObjectThe Pattern Service will not interpret this object. It can be of any type.

Returns

None.

Cautions

none