AfterAspect
example:
someobject.update.after(() => { do_something(); return someobject.update.value; }
Static Method Summary
| Static Public Methods | ||
| public static |
bind(owner: *, key: *): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| public |
key: * |
|
| public |
owner: * |
|
| public |
|
|
| Private Members | ||
| private |
|
|
Method Summary
| Public Methods | ||
| public |
after(cb: *, node: *, once: *) |
|
| public |
before(cb: *, node: *, once: *) |
|
| public |
clear(): * |
|
| public |
once(cb: *, node: *): * |
|
| public |
|
|
| Private Methods | ||
| private |
|
|
Static Public Methods
public static bind(owner: *, key: *): * source
Params:
| Name | Type | Attribute | Description |
| owner | * | ||
| key | * |
Return:
| * |
