class IntObserver extends java.lang.Object implements java.util.Observer
| Modifier and Type | Field and Description | 
|---|---|
private int | 
numOps  | 
| Constructor and Description | 
|---|
IntObserver()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
update(java.util.Observable o,
      java.lang.Object arg)  | 
private int numOps
IntObserver()
public void update(java.util.Observable o, java.lang.Object arg)
update in interface java.util.Observer