astex
Class MoleculeEvent

java.lang.Object
  extended by astex.MoleculeEvent

public class MoleculeEvent
extends java.lang.Object

Molecule Object Model Event. This represents some kind of action on a molecule or component thereof.


Field Summary
static int AtomAdded
           
static int AtomChanged
           
static int AtomEventMask
           
static int AtomRemoved
           
static int AtomSelected
           
static int MoleculeAdded
           
static int MoleculeChanged
           
static int MoleculeEventMask
           
static int MoleculeRemoved
           
 
Constructor Summary
MoleculeEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MoleculeAdded

public static final int MoleculeAdded
See Also:
Constant Field Values

MoleculeRemoved

public static final int MoleculeRemoved
See Also:
Constant Field Values

MoleculeChanged

public static final int MoleculeChanged
See Also:
Constant Field Values

AtomAdded

public static final int AtomAdded
See Also:
Constant Field Values

AtomRemoved

public static final int AtomRemoved
See Also:
Constant Field Values

AtomChanged

public static final int AtomChanged
See Also:
Constant Field Values

AtomSelected

public static final int AtomSelected
See Also:
Constant Field Values

MoleculeEventMask

public static final int MoleculeEventMask
See Also:
Constant Field Values

AtomEventMask

public static final int AtomEventMask
See Also:
Constant Field Values
Constructor Detail

MoleculeEvent

public MoleculeEvent()