|
BioLegato 0.7.3 GDE plugin | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GDEModelListener
The listener class for sequence document objects.
This interface is used to receive document changes within a Dataset file. All Dataset listeners will receive notification when sequences are added to, changed within or removed from the Dataset. Notification for sequence modification will be sent if the sequence is inside the Dataset structure regardless of whether the modification originated from the containing Dataset class.
| Method Summary | |
|---|---|
void |
sequenceAdded(GDEModel source,
int index,
Cell sequence)
This method is called when a sequence is added to a Dataset. |
void |
sequenceChanged(GDEModel source,
int index,
Cell sequence,
java.lang.String key)
This method is called when a field in a sequence is modified. |
void |
sequenceRemoved(GDEModel source,
int index,
Cell sequence)
This method is called when a sequence is removed from the Dataset class. |
| Method Detail |
|---|
void sequenceAdded(GDEModel source,
int index,
Cell sequence)
source - the source of the sequence insertion event.index - the location (line number) where the sequence was added within the SeDatasettructure.sequence - the sequence object added to the SeqDatasetructure.
void sequenceChanged(GDEModel source,
int index,
Cell sequence,
java.lang.String key)
source - the source of the sequence alteration message.index - the location (line number) of the sequence which was modified.sequence - the modified sequence object.key - the field key of the sequence object which was modified.
void sequenceRemoved(GDEModel source,
int index,
Cell sequence)
source - the source of the sequence removal message.index - the location (line number) where the sequence was removed from.sequence - the sequence removed from the SeqDataset
|
BioLegato 0.7.3 GDE plugin | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||