3. Updater selection and Target invocation.
- By Mike Mannion
- March 14, 2000
Listing 3. Updater selection and Target invocation.
public void applyTo(Object target)
{ String resourceKey = (String)targetKeyTable.get(target);
Updater updater = getUpdater(target);
updater.update(target, resourceKey);
}