|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AlertOrigin
This interface describes methods for providing the origin information for an Alert.
| Method Summary | |
|---|---|
int |
getLineNumber()
Returns the line number within the origin that the alert should be reported with. |
java.lang.String |
getOrigin()
Returns the origin for the alert. |
void |
setContext(java.lang.String s,
int n)
Sets the context for the decorating an alert. |
void |
setLineNumber(int n)
Sets the line number to decorate an alert with. |
void |
setOrigin(java.lang.String o)
Sets the origin message to decorate an alet with. |
| Method Detail |
|---|
int getLineNumber()
java.lang.String getOrigin()
void setContext(java.lang.String s,
int n)
s - the origin to decorate an alert withn - the line number to decorate an alert withvoid setLineNumber(int n)
n - the line number to decorate an alert withvoid setOrigin(java.lang.String o)
o - the origin message to decorate an alert with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||