| Package | edu.stanford.covertlab.diagram.event |
| Class | public class DiagramEvent |
| Inheritance | DiagramEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
DiagramEvent(type:String)
| DiagramEvent | ||
| Constant | Defined 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 | ||
| DiagramEvent | () | constructor |
public function DiagramEvent(type:String)Parameters
type:String |
| FINISH_LOOP | constant |
public static const FINISH_LOOP:String = "finishLoop"
| LOAD_COMPLETE | constant |
public static const LOAD_COMPLETE:String = "loadComplete"
| START_LOOP | constant |
public static const START_LOOP:String = "startLoop"
| USER_INTERACTION | constant |
public static const USER_INTERACTION:String = "userInteraction"