Package | couk.markstar.starrequests.requests |
Interface | public interface IRequest extends ICancelable |
Implementors | AbstractRequest |
Property | Defined By | ||
---|---|---|---|
![]() | cancelled : ISignal [read-only]
Determines if the action has been cancelled. | ICancelable | |
completed : ISignal [read-only]
The instance of the completed signal for this request
| IRequest | ||
failed : ISignal [read-only]
The instance of the failed signal for this request
| IRequest | ||
progress : ISignal [read-only]
The instance of the progress signal for this request
| IRequest | ||
started : ISignal [read-only]
The instance of the started signal for this request
| IRequest |
Method | Defined By | ||
---|---|---|---|
![]() | cancel():void
Call this function to cancel the action. | ICancelable | |
send():void
Call this function to execute the request. | IRequest |
completed | property |
completed:ISignal
[read-only] The instance of the completed signal for this request
public function get completed():ISignal
failed | property |
failed:ISignal
[read-only] The instance of the failed signal for this request
public function get failed():ISignal
progress | property |
progress:ISignal
[read-only] The instance of the progress signal for this request
public function get progress():ISignal
started | property |
started:ISignal
[read-only] The instance of the started signal for this request
public function get started():ISignal
send | () | method |
public function send():void
Call this function to execute the request.