BioLegato 0.5.7

Uses of Interface
org.biolegato.core.data.sequence.SequenceListener

Packages that use SequenceListener
org.biolegato.core.data.seqdoc   
org.biolegato.core.data.sequence   
 

Uses of SequenceListener in org.biolegato.core.data.seqdoc
 

Classes in org.biolegato.core.data.seqdoc that implement SequenceListener
 class SeqDoc
          The internal document format for BioLegato.
 class SeqWrap
          Used to wrap sequences; this object is used to give sequences start offsets, so they may be ordered within a SeqDoc structure.
 

Methods in org.biolegato.core.data.seqdoc with parameters of type SequenceListener
 void SeqWrap.addListener(SequenceListener listener)
          Adds a listener to the wrapped sequence.
 

Uses of SequenceListener in org.biolegato.core.data.sequence
 

Methods in org.biolegato.core.data.sequence with parameters of type SequenceListener
 void Sequence.addListener(SequenceListener listener)
          Adds a sequence listener to keep track of sequence modifications.
 void Sequence.removeListener(SequenceListener listener)
          Removes a sequence listener from keeping track of sequence modifications.
 


BioLegato 0.5.7

Copyright © 2008-2009 University of Manitoba.