Ontimize 5.2072EN

com.ontimize.gui.field
Interface DictionaryChangeListener

All Superinterfaces:
java.util.EventListener

public interface DictionaryChangeListener
extends java.util.EventListener


Method Summary
 void wordAdded(DictionaryEvent e)
           
 void wordRemoved(DictionaryEvent e)
           
 

Method Detail

wordAdded

public void wordAdded(DictionaryEvent e)

wordRemoved

public void wordRemoved(DictionaryEvent e)

Ontimize