Class AbstractUpdaterFactory.AbstractUpdater

java.lang.Object
org.gvsig.app.extension.evalexpression.notifierfactory.AbstractUpdaterFactory.AbstractUpdater
All Implemented Interfaces:
UpdaterFactory.Updater, org.gvsig.tools.observer.Observable
Enclosing class:
AbstractUpdaterFactory

public abstract static class AbstractUpdaterFactory.AbstractUpdater extends Object implements UpdaterFactory.Updater
  • Constructor Details

    • AbstractUpdater

      public AbstractUpdater(UpdaterFactory factory, org.gvsig.tools.observer.Observer observer)
  • Method Details

    • getFactory

      public UpdaterFactory getFactory()
      Specified by:
      getFactory in interface UpdaterFactory.Updater
    • addObserver

      public void addObserver(org.gvsig.tools.observer.Observer o)
      Specified by:
      addObserver in interface org.gvsig.tools.observer.Observable
    • deleteObserver

      public void deleteObserver(org.gvsig.tools.observer.Observer o)
      Specified by:
      deleteObserver in interface org.gvsig.tools.observer.Observable
    • deleteObservers

      public void deleteObservers()
      Specified by:
      deleteObservers in interface org.gvsig.tools.observer.Observable
    • update

      public void update()
      Specified by:
      update in interface UpdaterFactory.Updater
    • update

      public void update(org.gvsig.tools.observer.Notification n)
      Specified by:
      update in interface UpdaterFactory.Updater