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:
  • Constructor Details

    • EventHandler

      public EventHandler()
  • Method Details

    • 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 interface IEventHandler
      Parameters:
      event - to be posted containing the event data.