@UnstableApi
public final class ActionSchedule


Schedules a sequence of Actions for execution during a test.

Summary

Nested types

public final class ActionSchedule.Builder

A builder for ActionSchedule instances.

public interface ActionSchedule.Callback

Callback to notify listener that the action schedule has finished.

public abstract class ActionSchedule.PlayerRunnable implements Runnable

Provides a wrapper for a Runnable which has access to the player.

public abstract class ActionSchedule.PlayerTarget implements PlayerMessage.Target

Provides a wrapper for a Target which has access to the player when handling messages.

Callback to be called when message arrives.