uk.ac.man.bioinf.sequence.event
Interface SequenceListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
SequenceAlignment, VetoableSequenceListener
All Known Implementing Classes:
AbstractSequenceAlignment, ConsensusPercentageIDColorMap, DefaultConsensusSequence, EmptySequenceAlignment, GroupSequenceAlignment, JAlignmentViewer, PercentageIDCalculator, SequenceAlignmentTest, SequenceAlignmentToChangeableAdaptor, ThreadedColorMap

public interface SequenceListener
extends EventListener

SequenceListener.java Listens for events occuring to a sequence

Version:
$Id: SequenceListener.java,v 1.2 2001/04/11 17:04:43 lord Exp $
Author:
Phillip Lord
See Also:
Created: Tue Feb 15 18:24:38 2000

Method Summary
 void changeOccurred(SequenceEvent event)
          Method called when a change occurs
 

Method Detail

changeOccurred

public void changeOccurred(SequenceEvent event)
Method called when a change occurs

Parameters:
event -