org.blojsom.event
Interface BlojsomFilter


public interface BlojsomFilter

BlojsomFilter

Since:
blojsom 2.18
Version:
$Id: BlojsomFilter.java,v 1.3 2006/01/04 16:59:54 czarneckid Exp $
Author:
David Czarnecki

Method Summary
 boolean processEvent(BlojsomEvent event)
          Determines whether or not a particular event should be processed
 

Method Detail

processEvent

public boolean processEvent(BlojsomEvent event)
Determines whether or not a particular event should be processed

Parameters:
event - BlojsomEvent to be processed
Returns:
true if the event should be processed, false otherwise