Uses of Interface
net.sf.taverna.t2.lang.observer.Observable

Packages that use Observable
net.sf.taverna.t2.lang.observer Implementation of the observer pattern. 
net.sf.taverna.t2.lang.ui   
net.sf.taverna.t2.spi Contains classes that deal with discovery of SPI's through an interaction with the Raven artifact framework. 
net.sf.taverna.t2.util.beanable   
net.sf.taverna.t2.util.beanable.jaxb   
 

Uses of Observable in net.sf.taverna.t2.lang.observer
 

Classes in net.sf.taverna.t2.lang.observer that implement Observable
 class MultiCaster<Message>
          Send notifications to registered observers about changes to models
 class ObserverTest.MyObservable
           
 

Methods in net.sf.taverna.t2.lang.observer with parameters of type Observable
 void Observer.notify(Observable<Message> sender, Message message)
          Called by the Observable to notify the implementing class of changes
 void ObserverTest.MyObserver.notify(Observable<java.lang.String> sender, java.lang.String message)
           
 void ObserverTest.SelvRemovingObserver.notify(Observable<java.lang.String> sender, java.lang.String message)
           
 

Constructors in net.sf.taverna.t2.lang.observer with parameters of type Observable
MultiCaster(Observable<Message> observable)
          Set the MultiCaster.observable ie.
 

Uses of Observable in net.sf.taverna.t2.lang.ui
 

Classes in net.sf.taverna.t2.lang.ui that implement Observable
 class ModelMap
          Map of the models present in the workbench associated with their names, together with the ability to manipulate this.
 

Uses of Observable in net.sf.taverna.t2.spi
 

Classes in net.sf.taverna.t2.spi that implement Observable
 class SPIRegistry<SPI>
          Simple SPI lookup (using META-INF/services/interfaceName) to discover run-time class implementations.
 

Uses of Observable in net.sf.taverna.t2.util.beanable
 

Classes in net.sf.taverna.t2.util.beanable that implement Observable
 class BeanableFactoryRegistry
          Registers all the individual BeanableFactorys discovered using an SPI lookup
 

Methods in net.sf.taverna.t2.util.beanable with parameters of type Observable
 void BeanableFactoryRegistry.CheckOnUpdateObserver.notify(Observable<SPIRegistry.SPIRegistryEvent> sender, SPIRegistry.SPIRegistryEvent message)
           
 

Uses of Observable in net.sf.taverna.t2.util.beanable.jaxb
 

Methods in net.sf.taverna.t2.util.beanable.jaxb with parameters of type Observable
 void BeanSerialiser.RefreshBindingsObserver.notify(Observable<SPIRegistry.SPIRegistryEvent> sender, SPIRegistry.SPIRegistryEvent message)