Class PassPort.Warning
java.lang.Object
passport.application.desktop.system.PassPort.Warning
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDisplays an error alert with the specified message key.voidDisplays a notification with the specified title and message.voidDisplays a success alert with the specified message key.
-
Constructor Details
-
Warning
public Warning()
-
-
Method Details
-
error
Displays an error alert with the specified message key.- Parameters:
messageKey- The key of the message to display.
-
success
Displays a success alert with the specified message key.- Parameters:
messageKey- The key of the message to display.
-
notify
-