Interface Preparable<PreparationType>

Type Parameters:
PreparationType - The type of the object that is passed to the prepare(Object) method.
All Known Implementing Classes:
ContactController, ContactReplyMethodDialogController, Controller, DialogController, FirstLaunchController, MainController, SetupController, SetupEmailDialogController, SetupNtfyDialogController, SetupUnifiedPushDialogController

public interface Preparable<PreparationType>
A class that must be prepared with certain data required for correct operation.