BEA Systems, Inc.

com.connecterra.util.event
Interface EventProcessor

All Known Implementing Classes:
AbstractDispatchingPollingPhysicalDevice, AbstractEventProcessor, AbstractPhysicalDevice, AbstractPollingPhysicalDevice, AbstractPrinterPhysicalReader, AbstractWorkflowModulePlugin

public interface EventProcessor

An event processor handles events. An event is simply an object that is presented to the event processor in a controlled way. Specifically, when used in conjunction with an event receiver, an event processor receives events in a single-threaded fashion.


Method Summary
 void handleEvent(Object event)
          Handle an event.
 

Method Detail

handleEvent

void handleEvent(Object event)
Handle an event.

Parameters:
event - the event

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.