Uses of Interface
org.biojava.nbio.structure.align.events.AlignmentProgressListener
-
Packages that use AlignmentProgressListener Package Description org.biojava.nbio.structure.align Classes for the alignment of structures.org.biojava.nbio.structure.align.client This package deals with the server communication for auto-downloading pre-calculated alignments.org.biojava.nbio.structure.align.gui -
-
Uses of AlignmentProgressListener in org.biojava.nbio.structure.align
Methods in org.biojava.nbio.structure.align with parameters of type AlignmentProgressListener Modifier and Type Method Description voidFarmJob. addAlignmentProgressListener(AlignmentProgressListener listener) -
Uses of AlignmentProgressListener in org.biojava.nbio.structure.align.client
Classes in org.biojava.nbio.structure.align.client that implement AlignmentProgressListener Modifier and Type Class Description classCountProgressListenerMethods in org.biojava.nbio.structure.align.client with parameters of type AlignmentProgressListener Modifier and Type Method Description voidFarmJobRunnable. addAlignmentProgressListener(AlignmentProgressListener listener) -
Uses of AlignmentProgressListener in org.biojava.nbio.structure.align.gui
Classes in org.biojava.nbio.structure.align.gui that implement AlignmentProgressListener Modifier and Type Class Description classGUIAlignmentProgressListenera GUI that allows to watch progress as multiple alignments are being processed.
-