net.sf.taverna.t2.util.beanable
Class BeanableFactoryRegistry.CheckOnUpdateObserver

java.lang.Object
  extended by net.sf.taverna.t2.util.beanable.BeanableFactoryRegistry.CheckOnUpdateObserver
All Implemented Interfaces:
Observer<SPIRegistry.SPIRegistryEvent>
Enclosing class:
BeanableFactoryRegistry

public class BeanableFactoryRegistry.CheckOnUpdateObserver
extends java.lang.Object
implements Observer<SPIRegistry.SPIRegistryEvent>


Constructor Summary
BeanableFactoryRegistry.CheckOnUpdateObserver()
           
 
Method Summary
 void notify(Observable<SPIRegistry.SPIRegistryEvent> sender, SPIRegistry.SPIRegistryEvent 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
 

Constructor Detail

BeanableFactoryRegistry.CheckOnUpdateObserver

public BeanableFactoryRegistry.CheckOnUpdateObserver()
Method Detail

notify

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

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