Interface FlixelAlerter
public interface FlixelAlerter
Interface for displaying alert notifications to the user.
-
Method Summary
Modifier and TypeMethodDescriptionvoidshowErrorAlert(String title, String message) voidshowInfoAlert(String title, String message) voidshowWarningAlert(String title, String message)
-
Method Details
-
showInfoAlert
-
showWarningAlert
-
showErrorAlert
-