public abstract static class AbstractUpdaterFactory.AbstractUpdater extends java.lang.Object implements UpdaterFactory.Updater
| Constructor and Description |
|---|
AbstractUpdater(UpdaterFactory factory,
org.gvsig.tools.observer.Observer observer) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObserver(org.gvsig.tools.observer.Observer o) |
void |
deleteObserver(org.gvsig.tools.observer.Observer o) |
void |
deleteObservers() |
UpdaterFactory |
getFactory() |
void |
update() |
void |
update(org.gvsig.tools.observer.Notification n) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, removepublic AbstractUpdater(UpdaterFactory factory, org.gvsig.tools.observer.Observer observer)
public void addObserver(org.gvsig.tools.observer.Observer o)
addObserver in interface org.gvsig.tools.observer.Observablepublic void deleteObserver(org.gvsig.tools.observer.Observer o)
deleteObserver in interface org.gvsig.tools.observer.Observablepublic void deleteObservers()
deleteObservers in interface org.gvsig.tools.observer.Observablepublic UpdaterFactory getFactory()
getFactory in interface UpdaterFactory.Updaterpublic void update()
update in interface UpdaterFactory.Updaterpublic void update(org.gvsig.tools.observer.Notification n)
update in interface UpdaterFactory.UpdaterCopyright © 2024 gvSIG Association. All rights reserved.