swarm.defobj
Interface EventType

All Known Subinterfaces:
Error, Warning
All Known Implementing Classes:
WarningImpl

public abstract interface EventType
extends SymbolS, Symbol

A report of some condition detected during program execution.. A report of some condition detected during program execution.


Method Summary
 void raiseEvent()
          Raise an event noting the event symbol type.
 
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

raiseEvent

public void raiseEvent()
Raise an event noting the event symbol type.