Interface IPALookupContextListener
public interface IPALookupContextListener
Listener interface for IPALookupContext
-
Method Summary
Modifier and TypeMethodDescriptionvoiddictionaryAdded(String newDictionary) Fired when a new dictionary is added.voiddictionaryChanged(String newDictionary) Fired when the selected dictionary changes.voiddictionaryRemoved(String dictName) Fired when a dictionary is droppedvoiderrorOccured(String err) Fired when a new error occursvoidhandleMessage(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
-