Package | org.fluint.sequence |
Interface | public interface ISequencePend extends ISequenceStep |
Implementors | SequenceBindingWaiter, SequenceWaiter |
Property | Defined By | ||
---|---|---|---|
eventName : String [read-only]
The name of the event that this step is pending upon. | ISequencePend | ||
![]() | target : IEventDispatcher [read-only]
The target eventDispatcher which the implementing classes will manipulate, use to boradcast events or
listen to for events
| ISequenceStep | |
timeout : int [read-only]
Time in milliseconds this operation is allowed before it is considered a
failure. | ISequencePend | ||
timeoutHandler : Function [read-only]
Event handler to call on a timeout. | ISequencePend |
Method | Defined By | ||
---|---|---|---|
setupListeners(testCase:*, sequence:SequenceRunner):void
Called to cause implementors to setup their wait conditions. | ISequencePend |
eventName | property |
eventName:String
[read-only] The name of the event that this step is pending upon.
public function get eventName():String
timeout | property |
timeout:int
[read-only] Time in milliseconds this operation is allowed before it is considered a failure.
public function get timeout():int
timeoutHandler | property |
timeoutHandler:Function
[read-only] Event handler to call on a timeout.
public function get timeoutHandler():Function
setupListeners | () | method |
public function setupListeners(testCase:*, sequence:SequenceRunner):void
Called to cause implementors to setup their wait conditions.
Parameters
testCase:* | |
sequence:SequenceRunner |