Packagenet.user1.reactor.ui
Classpublic class LoggedInCount
InheritanceLoggedInCount Inheritance mx.controls.Label

Since : ReactorGUI 1.0.0

Displays the number of user accounts currently known to be logged in by Reactor. See AccountManager's getNumLoggedInAccounts() method.



Public Variables
 VariableDefined By
  accountManager : AccountManager
The AccountManager object for which this control should display the number of user accounts.
LoggedInCount
  DEFAULT_LABEL : String = Logged in:
[static]
LoggedInCount
  label : String
LoggedInCount
Public Methods
 MethodDefined By
  
LoggedInCount
Variable Descriptions
accountManagervariable
accountManager:AccountManager

The AccountManager object for which this control should display the number of user accounts.


Implementation
    public function get accountManager():AccountManager
    public function set accountManager(value:AccountManager):void
DEFAULT_LABELvariable 
public static var DEFAULT_LABEL:String = Logged in:

labelvariable 
label:String


Implementation
    public function get label():String
    public function set label(value:String):void
Constructor Description
LoggedInCount()Constructor
public function LoggedInCount()