Packagenet.user1.reactor.ui
Classpublic class ConnectionStatusPane
InheritanceConnectionStatusPane Inheritance mx.containers.HBox

Since : ReactorGUI 1.0.0

Displays a connection status message and icon indicating whether Reactor is connected to the server.



Public Variables
 VariableDefined By
  reactor : Reactor
The Reactor object for which this pane should display connection status.
ConnectionStatusPane
Public Methods
 MethodDefined By
  
Constructor
ConnectionStatusPane
  
dispose():void
Disposes of the resources used by this object, preparing it for garbage collection.
ConnectionStatusPane
Variable Descriptions
reactorvariable
reactor:Reactor

Since : ReactorGUI 1.0.0

The Reactor object for which this pane should display connection status.


Implementation
    public function get reactor():Reactor
    public function set reactor(value:Reactor):void
Constructor Description
ConnectionStatusPane()Constructor
public function ConnectionStatusPane()

Constructor

Method Descriptions
dispose()method
public function dispose():void

Since : ReactorGUI 1.0.0

Disposes of the resources used by this object, preparing it for garbage collection.