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
public class EventHandler extends AMSApiHandler implements IEventHandler
Event handler responsible for delegating events posted over the API.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
post(IEvent event)
Post the given event.-
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
-
-
-
-
Method Detail
-
post
public void post(IEvent event)
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.
-
-