Package | net.user1.reactor.ui |
Class | public class BanClientWindow |
Inheritance | BanClientWindow ![]() |
Since : | ReactorGUI 1.0.0 |
See also
Variable | Defined By | ||
---|---|---|---|
client : IClient
The AccountManager object used to perform account registration attempts. | BanClientWindow |
Method | Defined 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 |
client | variable |
client:IClient
Since : | ReactorGUI 1.0.0 |
The AccountManager object used to perform account registration attempts.
public function get client():IClient
public function set client(value:IClient):void
BanClientWindow | () | Constructor |
public function BanClientWindow()
Constructor
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.