Packageorg.flexunit.runner.notification.async
Classpublic class XMLListener
InheritanceXMLListener Inheritance flash.events.EventDispatcher
Implements IAsyncStartupRunListener



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property Detail
portproperty
public var port:uint = 8765

The port used to communicate with the server receiving this XML

readyproperty 
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.


Implementation
    public function get ready():Boolean
serverproperty 
public var server:String = 127.0.0.1

The ip address of the server receiving this XML

Constructor Detail
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

Parameters
projectName:String — Name of the project in FlashBuilder
 
contextName:String