net.sf.taverna.t2.lang.observer
Class ObserverTest.SelvRemovingObserver

java.lang.Object
  extended by net.sf.taverna.t2.lang.observer.ObserverTest.SelvRemovingObserver
All Implemented Interfaces:
Observer<java.lang.String>
Enclosing class:
ObserverTest

public class ObserverTest.SelvRemovingObserver
extends java.lang.Object
implements Observer<java.lang.String>


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

called

public int called
Constructor Detail

ObserverTest.SelvRemovingObserver

public ObserverTest.SelvRemovingObserver()
Method Detail

notify

public void notify(Observable<java.lang.String> sender,
                   java.lang.String message)
Description copied from interface: Observer
Called by the Observable to notify the implementing class of changes

Specified by:
notify in interface Observer<java.lang.String>
Parameters:
sender - the class where the changes have happened
message - what has changed