Uses of Class
seda.sandStorm.api.EventHandlerException

Packages that use EventHandlerException
seda.sandStorm.api   
 

Uses of EventHandlerException in seda.sandStorm.api
 

Subclasses of EventHandlerException in seda.sandStorm.api
 class UnknownEventException
          This exception can be thrown if an unknown event type was received by a stage.
 

Methods in seda.sandStorm.api that throw EventHandlerException
 void EventHandlerIF.handleEvent(QueueElementIF elem)
          Handle the event corresponding to the given QueueElementIF.
 void EventHandlerIF.handleEvents(QueueElementIF[] elemarr)
          Handle the events corresponding to the given QueueElementIF array.