Package de.xima.fc.handler.system
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 Summary
Constructors -
Method Summary
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Constructor Details
-
EventHandler
public EventHandler()
-
-
Method Details
-
post
Description copied from interface:IEventHandler
Post 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:
post
in interfaceIEventHandler
- Parameters:
event
- to be posted containing the event data.
-