Packageartcustomer.maxima.events
Classpublic class GameErrorEvent
InheritanceGameErrorEvent Inheritance flash.events.Event

GameErrorEvent



Public Methods
 MethodDefined By
  
GameErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, error:Error = null, errorName:String = null)
Constructor
GameErrorEvent
  
clone():Event
[override] Clone GameErrorEvent.
GameErrorEvent
  
toString():String
[override] Get String value of GameErrorEvent.
GameErrorEvent
Public Constants
 ConstantDefined By
  ERROR : String = error
[static]
GameErrorEvent
  GAME_ERROR : String = gameError
[static]
GameErrorEvent
  ILLEGAL_ERROR : String = illegalError
[static]
GameErrorEvent
Constructor Detail
GameErrorEvent()Constructor
public function GameErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, error:Error = null, errorName:String = null)

Constructor

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
error:Error (default = null)
 
errorName:String (default = null)
Method Detail
clone()method
override public function clone():Event

Clone GameErrorEvent.

Returns
Event
toString()method 
override public function toString():String

Get String value of GameErrorEvent.

Returns
String
Constant Detail
ERRORConstant
public static const ERROR:String = error

GAME_ERRORConstant 
public static const GAME_ERROR:String = gameError

ILLEGAL_ERRORConstant 
public static const ILLEGAL_ERROR:String = illegalError