|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWarningInfo
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns a human readable description of this warning. |
int |
getWarningType()
Returns a type of warning. |
void |
sendWarning(IWarningCallback receiver)
If receiver is not null ends warning to a specified receiver and throws the AbortRequestedException if receiver decided to abort a operation. |
Method Detail |
---|
void sendWarning(IWarningCallback receiver)
If receiver is not null ends warning to a specified receiver and throws the AbortRequestedException if receiver decided to abort a operation.
int getWarningType()
Returns a type of warning.
Read-only WarningType
.
java.lang.String getDescription()
Returns a human readable description of this warning.
Read-only String
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |