Pattern.Manager.setClosure()

Signature

void setClosure(Object patternInstance, Object closure)

Domain

ACTION

Parameters

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

Returns

TypeDescription
void

Cautions

none