Packageedu.stanford.covertlab.diagram.event
Classpublic class DiagramEvent
InheritanceDiagramEvent Inheritance flash.events.Event

Diagram event class. Defines two events.

See also

edu.stanford.covertlab.diagram.core.Diagram
edu.stanford.covertlab.manager.UserManager
edu.stanford.covertlab.networkanalyzer.manager.NetworkManager


Public Methods
 MethodDefined by
  
DiagramEvent(type:String)
DiagramEvent
Public Constants
 ConstantDefined by
  FINISH_LOOP : String = "finishLoop"
[static]
DiagramEvent
  LOAD_COMPLETE : String = "loadComplete"
[static]
DiagramEvent
  START_LOOP : String = "startLoop"
[static]
DiagramEvent
  USER_INTERACTION : String = "userInteraction"
[static]
DiagramEvent
Constructor detail
DiagramEvent()constructor
public function DiagramEvent(type:String)Parameters
type:String
Constant detail
FINISH_LOOPconstant
public static const FINISH_LOOP:String = "finishLoop"
LOAD_COMPLETEconstant 
public static const LOAD_COMPLETE:String = "loadComplete"
START_LOOPconstant 
public static const START_LOOP:String = "startLoop"
USER_INTERACTIONconstant 
public static const USER_INTERACTION:String = "userInteraction"