Package ca.phon.ipadictionary.ui
Interface IPALookupContextListener
public interface IPALookupContextListener
Listener interface for IPALookupContext
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dictionaryAdded
(String newDictionary) Fired when a new dictionary is added.void
dictionaryChanged
(String newDictionary) Fired when the selected dictionary changes.void
dictionaryRemoved
(String dictName) Fired when a dictionary is droppedvoid
errorOccured
(String err) Fired when a new error occursvoid
handleMessage
(String msg) Fired when a new messages is available from the lookup context.
-
Method Details
-
dictionaryChanged
Fired when the selected dictionary changes. -
dictionaryAdded
Fired when a new dictionary is added. -
dictionaryRemoved
Fired when a dictionary is dropped -
handleMessage
Fired when a new messages is available from the lookup context. -
errorOccured
Fired when a new error occurs
-