Package de.elo.ix.client.plugin
Interface DynamicKeywordEventsFactory
public interface DynamicKeywordEventsFactory
Factory class used to create DynamicKeywordEvents objects.
- Since:
- 11.00.000.041
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(IXServerEventsContext ec, String path) Create an implementation for the DynamicKeywordEvents interface.
-
Method Details
-
create
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
-