|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.taverna.t2.lang.observer.ObserverTest.SelvRemovingObserver
public class ObserverTest.SelvRemovingObserver
| Field Summary | |
|---|---|
int |
called
|
| Constructor Summary | |
|---|---|
ObserverTest.SelvRemovingObserver()
|
|
| Method Summary | |
|---|---|
void |
notify(Observable<java.lang.String> sender,
java.lang.String message)
Called by the Observable to notify the implementing class of
changes |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int called
| Constructor Detail |
|---|
public ObserverTest.SelvRemovingObserver()
| Method Detail |
|---|
public void notify(Observable<java.lang.String> sender,
java.lang.String message)
ObserverObservable to notify the implementing class of
changes
notify in interface Observer<java.lang.String>sender - the class where the changes have happenedmessage - what has changed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||