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 Summary
ConstructorsConstructorDescriptionAbstractUpdater(UpdaterFactory factory, org.gvsig.tools.observer.Observer observer) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddObserver(org.gvsig.tools.observer.Observer o) voiddeleteObserver(org.gvsig.tools.observer.Observer o) voidvoidupdate()voidupdate(org.gvsig.tools.observer.Notification n) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.app.extension.evalexpression.notifierfactory.UpdaterFactory.Updater
add, remove
-
Constructor Details
-
AbstractUpdater
-
-
Method Details
-
getFactory
- Specified by:
getFactoryin interfaceUpdaterFactory.Updater
-
addObserver
public void addObserver(org.gvsig.tools.observer.Observer o) - Specified by:
addObserverin interfaceorg.gvsig.tools.observer.Observable
-
deleteObserver
public void deleteObserver(org.gvsig.tools.observer.Observer o) - Specified by:
deleteObserverin interfaceorg.gvsig.tools.observer.Observable
-
deleteObservers
public void deleteObservers()- Specified by:
deleteObserversin interfaceorg.gvsig.tools.observer.Observable
-
update
public void update()- Specified by:
updatein interfaceUpdaterFactory.Updater
-
update
public void update(org.gvsig.tools.observer.Notification n) - Specified by:
updatein interfaceUpdaterFactory.Updater
-