T
- the type of sequence elements (tokens) the implementing provider object works withpublic class AlignmentModelChangeEvent<T> extends EventObject
AlignmentModel
.source
Constructor and Description |
---|
AlignmentModelChangeEvent(AlignmentModel<T> source,
String sequenceID)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
String |
getSequenceID()
Returns the unique ID of the affected sequence
|
AlignmentModel<T> |
getSource()
Returns the data provider where the change took place.
|
toString
public AlignmentModelChangeEvent(AlignmentModel<T> source, String sequenceID)
source
- the data provider where the change took placesequenceID
- the unique ID of the affected sequencepublic AlignmentModel<T> getSource()
getSource
in class EventObject
AlignmentModel
public String getSequenceID()