This is a pattern of development in which your class or primary object (known as the Observable) notifies other interested classes or objects (known as Observers) with relevant information (events).
* Copyright (c) 2016-present, RxJava Contributors. * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance ...