Package lumis.portal.ai
Class AiConfigUpdatedEvent
- java.lang.Object
-
- lumis.portal.event.AbstractPortalEvent
-
- lumis.portal.ai.AiConfigUpdatedEvent
-
- All Implemented Interfaces:
IPortalEvent
public class AiConfigUpdatedEvent extends AbstractPortalEvent
Event triggered whenAiConfig
is updated and the new configuration is ready for use. In a multi-server environment, this event is triggered only in one server, but after all active servers are ready to use the new configuration.- Since:
- 17.0.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description AiConfigUpdatedEvent()
-
Method Summary
-
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups, setOperationType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
-
-