org.datamanager.kernel
Interface EventHandler

All Known Implementing Classes:
BasicEmailReplySimpleton, BasicEmailSearchViewerSimpleton, BasicEmailViewerSimpleton, BrowserLauncherSimpleton, DocumentTermMatrixBuilderSimpleton, EmailBundleSimpleton, EmailConfiguratorSimpleton, EmailDisplaySimpleton, EmailGuiCollectorSimpleton, EmailMetadataSearchSimpleton, EmailParametersRequestHandlerSimpleton, EmailRetrieverSimpleton, EntityViewerSimpleton, EventLoggerSimpleton, KernelShutdownSimpleton, NewsGroupDownloadSimpleton, SearchHandlerSimpleton, SearchResultsViewerSimpleton, SMTPSendSimpleton, TouchgraphEmailDisplaySimpleton, WebPageDownloadSimpleton, WebParsingSimpleton, WebSearchSimpleton

public interface EventHandler

EventHandlers can handle events. Their natural collaborators are EventGenerators, to which they can subscribe using a constraint to identify the events that interest them.

Author:
Matthew Farrellee
, Benjamin Keil

Method Summary
 void handle(DataManagerEvent event)
          Handle a DataManagerEvent that has been fired.
 

Method Detail

handle

public void handle(DataManagerEvent event)
Handle a DataManagerEvent that has been fired.

Parameters:
event - The event to handle.


See the Helium Website