public class Alert extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Alert.LEVEL |
Modifier and Type | Field and Description |
---|---|
String |
context |
Alert.LEVEL |
level |
String |
message |
Constructor and Description |
---|
Alert(String message,
String context,
Alert.LEVEL level) |
Modifier and Type | Method and Description |
---|---|
static Alert |
alert(String m,
String p,
Alert.LEVEL l) |
String |
toString() |
public Alert.LEVEL level
public String message
public String context
public Alert(String message, String context, Alert.LEVEL level)
Copyright © 2016. All rights reserved.