dojox.wire.ml.Action._connect
dojo.require("dojox.wire.ml.Action");
defined in dojox/wire/ml/Action.js
If 'triggerEvent' and 'trigger' are specified, connect() is used to set up run() to be called on the event. If 'triggerTopic' is specified, subscribe() is used to set up run() to be called on the topic.
Usage
function () (view source)