Interface IPALookupContextListener


public interface IPALookupContextListener
Listener interface for IPALookupContext
  • Method Details

    • dictionaryChanged

      void dictionaryChanged(String newDictionary)
      Fired when the selected dictionary changes.
    • dictionaryAdded

      void dictionaryAdded(String newDictionary)
      Fired when a new dictionary is added.
    • dictionaryRemoved

      void dictionaryRemoved(String dictName)
      Fired when a dictionary is dropped
    • handleMessage

      void handleMessage(String msg)
      Fired when a new messages is available from the lookup context.
    • errorOccured

      void errorOccured(String err)
      Fired when a new error occurs