swarm.defobj
Interface EventType

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

public interface EventType
extends Symbol, SymbolS

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.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.