Packagenet.systemeD.halcyon
Classpublic class AttentionEvent
InheritanceAttentionEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  entity : Entity
AttentionEvent
  message : String
AttentionEvent
  params : Object
AttentionEvent
  priority : uint
AttentionEvent
Public Methods
 MethodDefined by
  
AttentionEvent(eventname:String, entity:Entity, message:String = "", priority:uint = 0)
AttentionEvent
Public Constants
 ConstantDefined by
  ALERT : String = "alert"
[static]
AttentionEvent
  ATTENTION : String = "attention"
[static]
AttentionEvent
Property detail
entityproperty
public var entity:Entity
messageproperty 
public var message:String
paramsproperty 
public var params:Object
priorityproperty 
public var priority:uint
Constructor detail
AttentionEvent()constructor
public function AttentionEvent(eventname:String, entity:Entity, message:String = "", priority:uint = 0)Parameters
eventname:String
 
entity:Entity
 
message:String (default = "")
 
priority:uint (default = 0)
Constant detail
ALERTconstant
public static const ALERT:String = "alert"
ATTENTIONconstant 
public static const ATTENTION:String = "attention"