|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SequenceListener
A class capable of listening to changes about a sequence, represented as an array of type int.
| Method Summary | |
|---|---|
void |
setInitialSequence(int[] sequence)
Informs this sequence listener that the value of the whole sequence is initialized to sequence |
void |
updateSequenceElement(int[] sequence,
int pos,
int oldVal)
Informs this sequence listener that the value of the element at position pos has changed. |
| Method Detail |
|---|
void updateSequenceElement(int[] sequence,
int pos,
int oldVal)
void setInitialSequence(int[] sequence)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||