Interface WarningMessageInterface
-
- All Known Implementing Classes:
SimpleWarningMessage
public interface WarningMessageInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getWarningMessage()
boolean
isWarning()
-
-
-
Method Detail
-
isWarning
boolean isWarning()
-
getWarningMessage
String getWarningMessage()
-
-