com.sapportals.portal.prt.pom
Class AbstractComponentEventFilter

java.lang.Object
  |
  +--com.sapportals.portal.prt.pom.AbstractComponentEventFilter
All Implemented Interfaces:
IEventFilter

public abstract class AbstractComponentEventFilter
extends java.lang.Object
implements IEventFilter

Helper class to be subclassed to filter PortalComponent events


Constructor Summary
AbstractComponentEventFilter()
           
 
Method Summary
 boolean accept(IEvent event)
          Accept ot not this event
abstract  boolean accept(IPortalComponentEvent event)
          Must be defined by subclasses to accept or not events
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractComponentEventFilter

public AbstractComponentEventFilter()
Method Detail

accept

public abstract boolean accept(IPortalComponentEvent event)
Must be defined by subclasses to accept or not events

accept

public final boolean accept(IEvent event)
Description copied from interface: IEventFilter
Accept ot not this event
Specified by:
accept in interface IEventFilter