LoadAssetEvent

public class LoadAssetEvent implements IEvent

Event fired when loadasset occurs. Listen for this event using EventBus.register.

java.lang.Object > LoadAssetEvent

Field Summary

shouldShutdown

private boolean shouldShutdown

Field shouldShutdown.

Method Detail

LoadAssetEvent

public public LoadAssetEvent (final long bootStart)

Method LoadAssetEvent.

Parameters:
final long bootStart

getBootStart

public long getBootStart ()

Method getBootStart.

isShouldShutdown

public boolean isShouldShutdown ()

Method isShouldShutdown.

getReasons

public List getReasons ()

Method getReasons.

failed

public void failed (final boolean shouldShutdown, final String reason)

Method failed.

Parameters:
final boolean shouldShutdown
final String reason

toString

public String toString ()

Method toString.