Show / Hide Table of Contents

Interface IAPIEvent

The IAPIEvent interface that all API related events have to implement.

Implements
IEvent
Namespace:
Assembly: .dll
Syntax
public interface IAPIEvent extends IEvent

Methods

getSessionId()

Gets the transmission sessions id who the event was caused by.

Declaration
public abstract UUID getSessionId()
Returns
Type Description
java.util.UUID

The transmission sessions sessionId

getStatus()

Gets the status of the transmission session associated with the event.

Declaration
public abstract SessionStatus getStatus()
Returns
Type Description
SessionStatus

The status of the transmission session

Implements

IEvent
In This Article
Back to top Generated by DocFX