i3.dragos.core.services.events
Interface EventFilter


public interface EventFilter

The EventFilter interface allows implementation of event filtering based on any desired criteria.

Author:
Thorsten Hermes <thermes@i3.informatik.rwth-aachen.de>

Method Summary
 boolean accepts(DragosEvent event)
          Returns true if the filter accepts this event, false otherwise.
 

Method Detail

accepts

boolean accepts(DragosEvent event)
                throws DragosException
Returns true if the filter accepts this event, false otherwise.

Parameters:
event - The event to check.
Returns:
true if the filter accepts this event, false otherwise.
Throws:
DragosException - in case of internal errors.


Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.