|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterfaceVARNARNAListener
Method Summary | |
---|---|
void |
onLayoutChanged(Hashtable<Integer,Point2D.Double> previousPositions)
Reacts to displacement of |
void |
onSequenceChanged(int index,
String oldseq,
String newseq)
Reacts to changes being made at the sequence level. |
void |
onStructureChanged(Set<ModeleBP> current,
Set<ModeleBP> addedBasePairs,
Set<ModeleBP> removedBasePairs)
Reacts to modification of the structure (Base-pair addition/removal). |
Method Detail |
---|
void onSequenceChanged(int index, String oldseq, String newseq)
index
- The sequence index where a change of base content is observedoldseq
- Previous base contentnewseq
- New base contentvoid onStructureChanged(Set<ModeleBP> current, Set<ModeleBP> addedBasePairs, Set<ModeleBP> removedBasePairs)
current
- Current list of base-pairs (can be also accessed within the current RNA object).addedBasePairs
- Newly created base-pairsremovedBasePairs
- Newly removed base-pairsvoid onLayoutChanged(Hashtable<Integer,Point2D.Double> previousPositions)
previousPositions
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |