Page Menu
Home
GitPull.it
Search
Configure Global Search
Log In
Search Results for invoke
JX.Base::invoke()
Method
Invoke a class event, notifying all listeners. You must declare the events your class invokes when you install it; see @{function:JX.install} for documentation. Any arguments you provide will be passed to listener callbacks.
JX.DOM::invoke()
Method
Invoke a custom event on a node. This method is a companion to @{method:listen} in @{class:JX.DOM} and parallels @{method:invoke} in @{class:JX.Stratcom} in the same way that method parallels @{method:listen} in @{class:JX.Stratcom}.
JX.Stratcom::invoke()
Method
Dispatch a simple event that does not have a corresponding native event object. It is unusual to call this directly. Generally, you will instead dispatch events from an object using the invoke() method present on all objects. See @{method:invoke} in @{class:JX.Base} for documentation.