diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-17 01:38:43 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-17 01:38:43 +0100 |
commit | 5c87c4a52e95c942c413324e21034a52fff0ccb3 (patch) | |
tree | f1428d11a37ea4504d8caa897c876e7650e2206d /api/pl.treksoft.kvision.redux/-redux-store/subscribe.html | |
parent | e992f3f13ec46cad15cc7d6982e64ffc7223eb9a (diff) | |
download | kvision-5c87c4a52e95c942c413324e21034a52fff0ccb3.tar.gz kvision-5c87c4a52e95c942c413324e21034a52fff0ccb3.tar.bz2 kvision-5c87c4a52e95c942c413324e21034a52fff0ccb3.zip |
API Documentation for KVision 0.0.30
Diffstat (limited to 'api/pl.treksoft.kvision.redux/-redux-store/subscribe.html')
-rw-r--r-- | api/pl.treksoft.kvision.redux/-redux-store/subscribe.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.redux/-redux-store/subscribe.html b/api/pl.treksoft.kvision.redux/-redux-store/subscribe.html new file mode 100644 index 00000000..55376e06 --- /dev/null +++ b/api/pl.treksoft.kvision.redux/-redux-store/subscribe.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ReduxStore.subscribe - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.redux</a> / <a href="index.html">ReduxStore</a> / <a href="./subscribe.html">subscribe</a><br/> +<br/> +<h1>subscribe</h1> +<a name="pl.treksoft.kvision.redux.ReduxStore$subscribe(kotlin.Function1((pl.treksoft.kvision.redux.ReduxStore.S, kotlin.Unit)))"></a> +<code><span class="keyword">fun </span><span class="identifier">subscribe</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.redux.ReduxStore$subscribe(kotlin.Function1((pl.treksoft.kvision.redux.ReduxStore.S, kotlin.Unit)))/listener">listener</span><span class="symbol">:</span> <span class="symbol">(</span><a href="index.html#S"><span class="identifier">S</span></a><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> +<p>Subscribes a client for the change state notifications.</p> +</BODY> +</HTML> |