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

Interface Summary
SequenceEventProvider SequenceEventProvider.java An interface designed to enforce the methods necessary to listen to a sequence.
SequenceListener SequenceListener.java Listens for events occuring to a sequence
VetoableSequenceListener VetoableSequenceListener.java When a sequence wishes to change it should signal listeners of this type first before it makes the change.
 

Class Summary
SequenceEvent SequenceEvent.java Instances of this class represent an event to a sequence.
SequenceEventType SequenceEventType.java This class provides an enumerated type for the SequenceEvent class to pass around as an identifier Created: Tue Feb 15 20:10:48 2000
SequenceListenerSupport SequenceListenerSupport.java This class provides support and handles the listeners to a specific sequence.
VetoableSequenceEvent VetoableSequenceEvent.java Created: Fri Feb 18 17:38:50 2000
 

Exception Summary
SequenceVetoException SequenceVetoException.java An exception thrown when an object vetos a sequence change event.