BioLegato 0.7.3 GDE plugin

org.biolegato.gdesupport.canvas.data
Interface CellListener

All Known Implementing Classes:
Dataset, GDEModel

public interface CellListener

This listener received change events from sequences.

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

Author:
Graham Alvare, Brian Fristensky

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

Method Detail

sequenceChanged

void sequenceChanged(Cell 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.7.3 GDE plugin

Copyright © 2008-2010 University of Manitoba.