828384858687888990
} public void setDictionary(YKDictionary dict) { YKDictionary oldValue = dictionary; dictionary = dict; DictionaryReplacedEvent dre = new DictionaryReplacedEvent(this, oldValue, dictionary); pceListeners.firePropertyChange(dre); }