org.jasig.portal.events
Class SimpleEventListener

java.lang.Object
  extended by org.jasig.portal.events.AbstractEventListener
      extended by org.jasig.portal.events.SimpleEventListener
All Implemented Interfaces:
EventListener, InitializingBean, ApplicationListener

Deprecated. Use PortalEventListener

@Deprecated
public final class SimpleEventListener
extends AbstractEventListener

Simple Implementation of EventListener that calls the appropriate EventHandler without extra processing.

Since:
2.6
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
Author:
Scott Battaglia

Constructor Summary
SimpleEventListener()
          Deprecated.  
 
Method Summary
protected  void onApplicationEventInternal(PortalEvent event, EventHandler handler)
          Deprecated.  
 
Methods inherited from class org.jasig.portal.events.AbstractEventListener
afterPropertiesSet, afterPropertiesSetInternal, onApplicationEvent, setEventHandlers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleEventListener

public SimpleEventListener()
Deprecated. 
Method Detail

onApplicationEventInternal

protected void onApplicationEventInternal(PortalEvent event,
                                          EventHandler handler)
Deprecated. 
Specified by:
onApplicationEventInternal in class AbstractEventListener


Copyright © 2010 Jasig. All Rights Reserved.