iron-signals

WebJar for iron-signals

License

License

BSD 3-Clause
GroupId

GroupId

org.webjars.bowergithub.googlearchive
ArtifactId

ArtifactId

iron-signals
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

iron-signals
WebJar for iron-signals
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/googlearchive/iron-signals

Download iron-signals

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.googlearchive/iron-signals/ -->
<dependency>
    <groupId>org.webjars.bowergithub.googlearchive</groupId>
    <artifactId>iron-signals</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.googlearchive/iron-signals/
implementation 'org.webjars.bowergithub.googlearchive:iron-signals:1.0.3'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.googlearchive/iron-signals/
implementation ("org.webjars.bowergithub.googlearchive:iron-signals:1.0.3")
'org.webjars.bowergithub.googlearchive:iron-signals:jar:1.0.3'
<dependency org="org.webjars.bowergithub.googlearchive" name="iron-signals" rev="1.0.3">
  <artifact name="iron-signals" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.googlearchive', module='iron-signals', version='1.0.3')
)
libraryDependencies += "org.webjars.bowergithub.googlearchive" % "iron-signals" % "1.0.3"
[org.webjars.bowergithub.googlearchive/iron-signals "1.0.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [1.0.0,2)

Project Modules

There are no modules declared in this project.

Build status

Demo and API docs

##<iron-signals>

iron-signals provides basic publish-subscribe functionality.

Note: avoid using iron-signals whenever you can use a controller (parent element) to mediate communication instead.

To send a signal, fire a custom event of type iron-signal, with a detail object containing name and data fields.

this.fire('iron-signal', {name: 'hello', data: null});

To receive a signal, listen for iron-signal-<name> event on a iron-signals element.

You can fire a signal event from anywhere, and all iron-signals elements will receive the event, regardless of where they are in DOM.

org.webjars.bowergithub.googlearchive

Google Archive

Where old projects go to retire. All projects here are completely frozen, though feel free to fork and continue using them on your own.

Versions

Version
1.0.3