Interface UpdaterFactory.Updater
- All Superinterfaces:
org.gvsig.tools.observer.Observable
- All Known Implementing Classes:
AbstractUpdaterFactory.AbstractUpdater
- Enclosing interface:
UpdaterFactory
public static interface UpdaterFactory.Updater
extends org.gvsig.tools.observer.Observable
-
Method Details
-
add
void add() -
remove
void remove() -
getFactory
UpdaterFactory getFactory() -
update
void update() -
update
void update(org.gvsig.tools.observer.Notification n)
-