Interface HasShowMessage
- All Known Subinterfaces:
EditorWithErrorHandling<P,F>
- All Known Implementing Classes:
AbstractViewWithErrorHandling,GwtpSpringSession
public interface HasShowMessage
Interface for elements which can show a message.
- Author:
- Manfred Tremmel
-
Method Summary
Modifier and TypeMethodDescriptionvoidshowMessage(String pmessage) display a message on the screen.
-
Method Details
-
showMessage
display a message on the screen.- Parameters:
pmessage- the message to display
-