Class: CUI.Deferred
Defined in: | base/Deferred/Deferred.coffee |
Overview
- coffeescript-ui - Coffeescript User Interface System (CUI)
- Copyright (c) 2013 - 2016 Programmfabrik GmbH
- MIT Licence
- https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
Variables Summary
- uniqueId =
-
0
Instance Method Summary
- # (void) getUniqueId()
- # (void) __callback(types, args)
- # (void) __register(type, func)
- # (void) done(func)
- # (void) fail(func)
- # (void) always(func)
- # (void) progress(func)
- # (void) __notify()
- # (void) __resolve()
- # (void) __reject()
- # (void) state()
- # (void) promise()
Constructor Details
#
(void)
constructor()
Instance Method Details
#
(void)
getUniqueId()
#
(void)
__callback(types, args)
#
(void)
__register(type, func)
#
(void)
done(func)
#
(void)
fail(func)
#
(void)
always(func)
#
(void)
progress(func)
#
(void)
__notify()
#
(void)
__resolve()
#
(void)
__reject()
#
(void)
state()
#
(void)
promise()