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.


Method Summary
 String getMessageString()
          Return the message associated with this warning.
 void setMessageString(String messageString)
          Associate a message string with this warning.
 
Methods inherited from interface swarm.defobj.EventType
raiseEvent
 
Methods inherited from interface swarm.defobj.GetName
getName
 
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
 

Method Detail

setMessageString

public void setMessageString(String messageString)
Associate a message string with this warning.

getMessageString

public String getMessageString()
Return the message associated with this warning.