SignalDispatchedMixin

public interface SignalDispatchedMixin<S extends Signal<?, ?, ?>>

A common interface for system events which state that a signal has been dispatched.

Parameters

<S>

the type of the signal

Functions

Link copied to clipboard
public abstract EntityTypeName getEntityType()
Obtains the name of the entity class in the implementation language.
Link copied to clipboard
public abstract S getPayload()
Obtains the dispatched signal.
Link copied to clipboard
public abstract MessageId getReceiver()
Obtains the dispatching target.