Displays a dialog window with necessaries control to allow a remoting user identification.
static public onLoginSuccessEvent:EventTypestatic public onLoginErrorEvent:EventTypestatic public CONFIG_ID:String [Read Only]static public SERVICE:Stringstatic public function getInstance():FvRemoteLoginDialogReturns FvRemoteLoginDialog instance.
Always returns the same instance.
Design Pattern Singleton.
FvRemoteLoginDialog instance
public function addEventListener(type:String, listener):Void
Adds passed-in listener for receiving passed-in type event type.
type | Name of the Event. |
listener | Listener object. |