程序包的使用
cn.dinodev.spring.commons.promise
-
类说明A callback invoked when the
Promise's state becomes eitherPromise.State.RESOLVEDorPromise.State.REJECTED.Deferred interface to trigger an event (resolve, reject, notify).Promise interface to observe when some action has occurred on the correspondingDeferredobject. -