java.lang.ObjectTextArrayObserver
public class TextArrayObserver
This class implements a textual observer for the SortArray objects.
The output is written to a terminal.
| Field Summary | |
|---|---|
(package private) int[] |
f
the type casted array for the observer object |
| Constructor Summary | |
|---|---|
TextArrayObserver()
|
|
| Method Summary | |
|---|---|
void |
update(java.util.Observable o,
java.lang.Object obj)
This method is executed if the Observable set the changed attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int[] f
| Constructor Detail |
|---|
public TextArrayObserver()
| Method Detail |
|---|
public void update(java.util.Observable o,
java.lang.Object obj)
update in interface java.util.Observer