swarm.defobj
Class WarningImpl

java.lang.Object
  |
  +--swarm.defobj.WarningImpl

public class WarningImpl
extends Object
implements EventTypeS, EventType, WarningS, Warning

A condition of possible concern to a program developer.. A condition of possible concern to a program developer.


Constructor Summary
WarningImpl()
           
WarningImpl(ZoneImpl aZone)
          Default constructor for Impl class
WarningImpl(ZoneImpl aZone, String name)
          create:setName: is a combination message defined as a caller convenience.
 
Methods implemented by this class for interface swarm.defobj.EventType
raiseEvent
 
Methods implemented by this class for interface swarm.defobj.Warning
getMessageString, setMessageString
 
Methods implemented by this class for interface swarm.defobj.GetName
getName
 
Methods implemented by this class for 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarningImpl

public WarningImpl()

WarningImpl

public WarningImpl(ZoneImpl aZone,
                   String name)
create:setName: is a combination message defined as a caller convenience. See combination messages for a summary of conventions on combination messages.

WarningImpl

public WarningImpl(ZoneImpl aZone)
Default constructor for Impl class