Class PassPort.Warning
java.lang.Object
passport.application.desktop.system.PassPort.Warning
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Displays an error alert with the specified message key.void
Displays a notification with the specified title and message.void
Displays 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
-