We should consider making convergence explicit, because people
routinely ignore this capability, which was retrofitted.
Change-Id: I361181b95a61c1beb8047b2497481a44e19fcd92
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
* Default implementation does nothing and is appropriate for users who do not care about ascertaining
* initial state.
*/
+ // FIXME: 8.0.0: this method should be non-default
default void onInitialData() {
//no-op
}
* Default implementation does nothing and is appropriate for users who do not care about ascertaining
* initial stat.
*/
+ // FIXME: 8.0.0: this method should be non-default
default void onInitialData() {
//no-op
}