Package | org.flexunit.runner.notification.async |
Class | public class XMLListener |
Inheritance | XMLListener ![]() |
Implements | IAsyncStartupRunListener |
Property | Defined By | ||
---|---|---|---|
port : uint = 8765
The port used to communicate with the server receiving this XML
| XMLListener | ||
ready : Boolean [read-only]
Indicates if the listener is ready and connected to Flash Builder
| XMLListener | ||
server : String = 127.0.0.1
The ip address of the server receiving this XML
| XMLListener |
Method | Defined By | ||
---|---|---|---|
XMLListener(projectName:String, contextName:String)
An implementation of an XMLListener designed to communicate with Adobe Flash Builder Pro
to send results to the flash builder FlexUnit panel
| XMLListener |
port | property |
public var port:uint = 8765
The port used to communicate with the server receiving this XML
ready | property |
ready:Boolean
[read-only] Indicates if the listener is ready and connected to Flash Builder
This property can be used as the source for data binding.
public function get ready():Boolean
server | property |
public var server:String = 127.0.0.1
The ip address of the server receiving this XML
XMLListener | () | Constructor |
public function XMLListener(projectName:String, contextName:String)
An implementation of an XMLListener designed to communicate with Adobe Flash Builder Pro to send results to the flash builder FlexUnit panel
ParametersprojectName:String — Name of the project in FlashBuilder
| |
contextName:String |