public final class DataLoadCompleteEvent
extends <any>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataLoadCompleteEvent.Handler |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
TYPE |
| Constructor and Description |
|---|
DataLoadCompleteEvent(org.realityforge.replicant.client.transport.DataLoadStatus status) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DataLoadCompleteEvent.Handler handler) |
<any> |
getAssociatedType() |
org.realityforge.replicant.client.transport.DataLoadStatus |
getStatus() |
java.lang.String |
toDebugString() |
java.lang.String |
toString() |
public DataLoadCompleteEvent(@Nonnull
org.realityforge.replicant.client.transport.DataLoadStatus status)
public <any> getAssociatedType()
@Nonnull public org.realityforge.replicant.client.transport.DataLoadStatus getStatus()
protected void dispatch(DataLoadCompleteEvent.Handler handler)
public java.lang.String toDebugString()
public java.lang.String toString()