swarm.defobj
Interface Warning
- All Known Subinterfaces:
- Error
- All Known Implementing Classes:
- ErrorImpl, WarningImpl
- public abstract interface Warning
- extends EventTypeS, EventType
A condition of possible concern to a program developer..
A condition of possible concern to a program developer.
Methods inherited from interface swarm.defobj.DefinedObject |
compare,
describe,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
setMessageString
public void setMessageString(String messageString)
- Associate a message string with this warning.
getMessageString
public String getMessageString()
- Return the message associated with this warning.