{
StringMonitor stringMonitor = new StringMonitor();
stringMonitor.setNotifyDiffer(differ);
stringMonitor.setNotifyMatch(match);
stringMonitor.setStringToCompare(compare);
StringSupport support = new StringSupport();
monitor = stringMonitor;
monitored = support;
initMonitor();
}
catch (Exception e)