org.ow2.petals.component.framework.api.notification.filter
Interface Filter


public interface Filter

A filter on notification

Author:
Frederic Gardes

Method Summary
 boolean isNotifiable(Object content)
          Check if we have to notify or not
 

Method Detail

isNotifiable

boolean isNotifiable(Object content)
Check if we have to notify or not

Parameters:
content - The content to evaluate
Returns:
true if we have to notify, false else


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.