BioLegato 0.5.7

org.biolegato.core.data.sequence
Interface SequenceListener

All Known Implementing Classes:
SeqDoc, SeqWrap

public interface SequenceListener

This listener received change events from sequences.

A change event occurs when a field within a Sequence object is modified.

Author:
Graham Alvare, Brian Fristensky

Method Summary
 void sequenceChanged(Sequence sequence, java.lang.String key)
          This method is called when a field in a sequence is modified.
 

Method Detail

sequenceChanged

void sequenceChanged(Sequence sequence,
                     java.lang.String key)
This method is called when a field in a sequence is modified.

Parameters:
sequence - the sequence which was modified.
key - the key of the modified field within the sequence.

BioLegato 0.5.7

Copyright © 2008-2009 University of Manitoba.