Package uk.ac.man.bioinf.sequence.alignment.event

Interface Summary
AlignmentEventProvider AlignmentEventProvider.java Created: Mon Apr 24 16:59:55 2000
AlignmentListener AlignmentListener.java Objects of this type should be signalled after a change has occured to a multiple sequence alignment
VetoableAlignmentListener VetoableAlignmentListener.java Listeners of this type are informed before a change takes place, and throw an exception if they so wish.
 

Class Summary
AlignmentEvent AlignmentEvent.java Instances of this class represent an event to a MSA.
AlignmentEventType AlignmentEventType.java This class provides an enumerated type for the AlignmentEvent class to pass around as an identifier Created: Tue Feb 15 20:26:54 2000
AlignmentListenerSupport AlignmentListenerSupport.java This class provides support and handles the listeners to a multiple seqyence alignment.
VetoableAlignmentEvent VetoableAlignmentEvent.java An event that may be vetoed by a listener.
 

Exception Summary
AlignmentVetoException AlignmentVetoExcception.java An exception thrown when an object vetos an alignment event.