A listener can be registered with a promise. When that promise is resolved (either it has a value or an error) the {@link #onResolved(Promise)} method willbe invoked.
@author Chris Pettitt (cpettitt@linkedin.com)
@author Chi Chan (ckchan@linkedin.com)
@see Promise#addListener(PromiseListener)
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.