Interface IAPIEvent
The IAPIEvent interface that all API related events have to implement.
Implements
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. |
The transmission sessions sessionId |
getStatus()
Gets the status of the transmission session associated with the event.
Declaration
public abstract SessionStatus getStatus()
Returns
Type | Description |
---|---|
Session |
The status of the transmission session |