Implementation of Listener
.
Implementation of Listener
.
Subclasses can broadcast data of type A via the broadcast
method.
External entities can register with this to listen (receive) data of type A.
External entities can register with this to listen (receive) data of type A.
Install in ReactComponentB
via .configure(Listenable.install...)
.
Accrues procedures to be run automatically when its component unmounts.
Accrues procedures to be run automatically when its component unmounts.
Install in ReactComponentB
via .configure(OnUnmount.install)
.
Alternative to window.setInterval
that automatically unregisters installed callbacks when its component unmounts.
Alternative to window.setInterval
that automatically unregisters installed callbacks when its component unmounts.
Install in ReactComponentB
via .configure(SetInterval.install)
.
Installing this will cause logging to occur at React component lifecycle stages.
Installing this will cause logging to occur at React component lifecycle stages.
Install in ReactComponentB
via .configure(LogLifecycle.short)
or .configure(LogLifecycle.verbose)
.