Packageorg.flexunit.internals.dependency
Interfacepublic interface IExternalRunnerDependencyWatcher
Implementors ExternalRunnerDependencyWatcher



Public Properties
 PropertyDefined By
  allDependenciesResolved : Boolean
[read-only] Indicates if there are still unresolved dependencies in any runner
IExternalRunnerDependencyWatcher
  token : AsyncCoreStartupToken
[read-only] Returns the start up AsyncCoreStartupToken that the FlexUnit core uses to wait for the resolution of all dependencies
IExternalRunnerDependencyWatcher
Public Methods
 MethodDefined By
  
Tells an implementing watcher to monitor an additional IExternalDependencyResolver
IExternalRunnerDependencyWatcher
Property Detail
allDependenciesResolvedproperty
allDependenciesResolved:Boolean  [read-only]

Indicates if there are still unresolved dependencies in any runner


Implementation
    public function get allDependenciesResolved():Boolean
tokenproperty 
token:AsyncCoreStartupToken  [read-only]

Returns the start up AsyncCoreStartupToken that the FlexUnit core uses to wait for the resolution of all dependencies


Implementation
    public function get token():AsyncCoreStartupToken
Method Detail
watchDependencyResolver()method
public function watchDependencyResolver(dr:IExternalDependencyResolver):void

Tells an implementing watcher to monitor an additional IExternalDependencyResolver

Parameters

dr:IExternalDependencyResolver — IExternalDependencyResolver