A Link is responsible for observing the Observable object passed to Handle during it's construction or another Observable passed to {@link Handle#linkTo(Observable)} methods.
So, the ditto Observable notifies its Observers, a Link instance is notified, which ultimately is responsible for forwarding this notification to a list of external Observers.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.