* implementation of DataAware.Listener, is
* called when title/date/time or location are
* changed.
*/
public synchronized void eventPerformed(Object param) {
TextEvent te = (TextEvent)param;
String controlName = (String)Helper.getUnoPropertyValue(
UnoDialog2.getModel(te.Source),
"Name");
redrawTitle(controlName);