|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.man.bioinf.sequence.test.SequenceAlignmentTest
SequenceAlignmentTest.java Created: Fri Mar 10 12:39:40 2000
Method Summary | |
void |
changeOccurred(AlignmentEvent event)
method signalled after a change has occured to a multiple alignment |
void |
changeOccurred(SequenceEvent event)
Method called when a change occurs |
static void |
main(String[] args)
|
void |
vetoableChangeOccurred(VetoableAlignmentEvent event)
Method called before a change occurs to an alignment |
void |
vetoableChangeOccurred(VetoableSequenceEvent event)
Method signalled before a prospective change occurs |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void main(String[] args)
public void changeOccurred(SequenceEvent event)
SequenceListener
changeOccurred
in interface SequenceListener
event
- public void vetoableChangeOccurred(VetoableSequenceEvent event) throws SequenceVetoException
VetoableSequenceListener
vetoableChangeOccurred
in interface VetoableSequenceListener
event
- the event
SequenceVetoException
- if the listener does not wish
the event to occur.public void changeOccurred(AlignmentEvent event)
AlignmentListener
changeOccurred
in interface AlignmentListener
event
- the event typepublic void vetoableChangeOccurred(VetoableAlignmentEvent event) throws AlignmentVetoException
VetoableAlignmentListener
vetoableChangeOccurred
in interface VetoableAlignmentListener
event
-
AlignmentVetoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |