'STRAP:multiple sequence alignments '

charite.christo.protein
Interface StrapListener

All Known Subinterfaces:
StrapExtension
All Known Implementing Classes:
AbstractAlignAndCompare, AlignmentEntropy, AlignmentScore, ConsensusSequence, DemoAssociateObjectsToProteins, DialogAlign, DialogAlignOneToAll, DialogBarChart, DialogDotPlot, DialogHighlightPattern, DialogNeighborsResult, DialogPlot, DialogPredictTmHelicesMulti, DialogResidueAnnotationChanges, DialogRestoreFromBackup, DialogSimilarStructure, DialogSubcellularLocalization, DialogSuperimpose3DResult, Distance3DToCursor, Distance3DToHetero, EditDnaTable, IndividualSequenceDisSimilarity, IntermediateSeq, ResidueAnnotationView, RmsdValue, SequenceDisSimilarityAsAligned, StrapView, Texshade

public interface StrapListener

All plugins that need to react on changes of the alignment should implement this interface. The option-menu contains some utilities that allow to

JAVADOC:StrapListeners are registered using JAVADOC:StrapAlign#addListener(StrapListener) and unregistered using JAVADOC:StrapAlign#removeListener(Object). Thread-issues: The method will always be invoked in the event dispatching thread even if the event was created and dispatched from another thread.


Method Summary
 void handleEvent(StrapEvent e)
           
 

Method Detail

handleEvent

void handleEvent(StrapEvent e)

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, Protein and StrapEvent.'