Interface IApiSessionEvent
- 
- All Superinterfaces:
 IApplicationEvent,IEvent,ISessionEvent,Serializable
- All Known Implementing Classes:
 IdentityCheckCallbackEvent
public interface IApiSessionEvent extends ISessionEvent
Extension of the session event which are able to be posted through the API.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSessionId() 
 - 
 
- 
- 
Method Detail
- 
getSessionId
String getSessionId()
 
 - 
 
 -