3. Updater selection and Target invocation.

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);
}