Packagenet.user1.reactor.ui
Classpublic class BanClientPane
InheritanceBanClientPane Inheritance BanBase Inheritance mx.containers.VBox



Public Variables
 VariableDefined By
  client : IClient
Returns the client reference.
BanClientPane
Public Methods
 MethodDefined By
  
BanClientPane
  
banClickListener(e:MouseEvent):void
[override]
BanClientPane
  
dispose():void
Disposes of the resources used by this object, preparing it for garbage collection.
BanClientPane
 Inherited
foreverCheckboxClickListener(e:MouseEvent):void
BanBase
Variable Descriptions
clientvariable
client:IClient

Since : ReactorGUI 1.0.0

Returns the client reference.


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



Method Descriptions
banClickListener()method
override public function banClickListener(e:MouseEvent):void

Parameters

e:MouseEvent

dispose()method 
public function dispose():void

Since : ReactorGUI 1.0.0

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