portal.eventbus
Class EventBusFilter

java.lang.Object
  extended byportal.eventbus.EventBusFilter
All Implemented Interfaces:
IEventBusListener, java.io.Serializable

public class EventBusFilter
extends java.lang.Object
implements IEventBusListener

See Also:
Serialized Form

Constructor Summary
EventBusFilter(java.lang.Class filterClass, IEventBusListener listener)
           
 
Method Summary
 void processEvent(java.util.EventObject event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBusFilter

public EventBusFilter(java.lang.Class filterClass,
                      IEventBusListener listener)
Method Detail

processEvent

public void processEvent(java.util.EventObject event)
Specified by:
processEvent in interface IEventBusListener