Packageedu.stanford.covertlab.diagram.event
Classpublic class BiomoleculeEvent
InheritanceBiomoleculeEvent Inheritance flash.events.Event

Biomolecule event class. Defines two events.

See also

edu.stanford.covertlab.diagram.core.Biomolecule


Public Methods
 MethodDefined by
  
BiomoleculeEvent(type:String)
BiomoleculeEvent
Public Constants
 ConstantDefined by
  BIOMOLECULE_MOVE : String = "biomoleculeMove"
[static]
BiomoleculeEvent
  BIOMOLECULE_UPDATE : String = "biomoleculeUpdate"
[static]
BiomoleculeEvent
Constructor detail
BiomoleculeEvent()constructor
public function BiomoleculeEvent(type:String)Parameters
type:String
Constant detail
BIOMOLECULE_MOVEconstant
public static const BIOMOLECULE_MOVE:String = "biomoleculeMove"
BIOMOLECULE_UPDATEconstant 
public static const BIOMOLECULE_UPDATE:String = "biomoleculeUpdate"