Interface IEventHandler
- 
- All Superinterfaces:
 IAPIHandler,Serializable
- All Known Implementing Classes:
 EventHandler
public interface IEventHandler extends IAPIHandler
Common interface for API event handlers.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpost(IEvent event)Post the given event.- 
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName 
 - 
 
 - 
 
- 
- 
Method Detail
- 
post
void post(IEvent event)
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.- Parameters:
 event- to be posted containing the event data.
 
 - 
 
 -