Class EventHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.system.EventHandler
- All Implemented Interfaces:
IAPIHandler, IEventHandler, Serializable
Event handler responsible for delegating events posted over the API.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Details
-
EventHandler
public EventHandler()
-
-
Method Details
-
post
Description copied from interface:IEventHandlerPost the given event. Depending on the type of event it will be delegated to the appropriate scope. Only application and session events are supported.- Specified by:
postin interfaceIEventHandler- Parameters:
event- to be posted containing the event data.
-