Packagecom.pushtechnology.diffusion.events
Classpublic class ServerRejectedCredentialsEvent
InheritanceServerRejectedCredentialsEvent Inheritance flash.events.Event

This event is dispatched after a Send Credentials message type has been sent and the server rejected the credentials. At this point, the client is still connected with the old credentials if any have previously been supplied.



Public Methods
 MethodDefined By
  
ServerRejectedCredentialsEvent
  
clone():Event
[override]
ServerRejectedCredentialsEvent
Public Constants
 ConstantDefined By
  SERVER_REJECTED_CREDENTIALS : String = ServerRejectedCredentials
[static]
ServerRejectedCredentialsEvent
Constructor Detail
ServerRejectedCredentialsEvent()Constructor
public function ServerRejectedCredentialsEvent()



Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
SERVER_REJECTED_CREDENTIALSConstant
public static const SERVER_REJECTED_CREDENTIALS:String = ServerRejectedCredentials