Packagenet.user1.reactor.ui
Classpublic class BanClientWindow
InheritanceBanClientWindow Inheritance mx.containers.TitleWindow

Since : ReactorGUI 1.0.0

A popup window containing a ban-client interface.

See also

RegisterPane


Public Variables
 VariableDefined By
  client : IClient
The AccountManager object used to perform account registration attempts.
BanClientWindow
Public Methods
 MethodDefined By
  
Constructor
BanClientWindow
  
close():void
BanClientWindow
  
closeClickListener(e:CloseEvent):void
BanClientWindow
  
dispose():void
Disposes of the resources used by this object, preparing it for garbage collection.
BanClientWindow
Variable Descriptions
clientvariable
client:IClient

Since : ReactorGUI 1.0.0

The AccountManager object used to perform account registration attempts.


Implementation
    public function get client():IClient
    public function set client(value:IClient):void
Constructor Description
BanClientWindow()Constructor
public function BanClientWindow()

Constructor

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

closeClickListener()method 
public function closeClickListener(e:CloseEvent):void

Parameters

e:CloseEvent

dispose()method 
public function dispose():void

Since : ReactorGUI 1.0.0

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