Interface DynamicKeywordEventsFactory


public interface DynamicKeywordEventsFactory
Factory class used to create DynamicKeywordEvents objects.
Since:
11.00.000.041
  • Method Details

    • create

      DynamicKeywordEvents create(IXServerEventsContext ec, String path) throws byps.RemoteException
      Create an implementation for the DynamicKeywordEvents interface.
      Parameters:
      ec - Execution context.
      path - Optional parameter that can be used to distinguish between events of different keywording forms in the same plugin.
      Returns:
      DynamicKeywordEvents object.
      Throws:
      byps.RemoteException