com.sapportals.portal.prt.pom
Interface IEventFilter

All Known Implementing Classes:
AbstractComponentEventFilter

public interface IEventFilter

Interface that must be implemented by event filters Event filter are registered for a type of event using the method addEventListener on the PortalNode


Method Summary
 boolean accept(IEvent event)
          Accept ot not this event
 

Method Detail

accept

public boolean accept(IEvent event)
Accept ot not this event