org.jasig.portal.events
Class AbstractEventListener

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

Deprecated.

@Deprecated
public abstract class AbstractEventListener
extends Object
implements ApplicationListener, InitializingBean


Constructor Summary
AbstractEventListener()
          Deprecated.  
 
Method Summary
 void afterPropertiesSet()
          Deprecated.  
protected  void afterPropertiesSetInternal()
          Deprecated.  
 void onApplicationEvent(ApplicationEvent event)
          Deprecated.  
protected abstract  void onApplicationEventInternal(PortalEvent event, EventHandler handler)
          Deprecated.  
 void setEventHandlers(EventHandler[] handlers)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEventListener

public AbstractEventListener()
Deprecated. 
Method Detail

onApplicationEvent

public final void onApplicationEvent(ApplicationEvent event)
Deprecated. 
Specified by:
onApplicationEvent in interface ApplicationListener

onApplicationEventInternal

protected abstract void onApplicationEventInternal(PortalEvent event,
                                                   EventHandler handler)
Deprecated. 

afterPropertiesSetInternal

protected void afterPropertiesSetInternal()
                                   throws Exception
Deprecated. 
Throws:
Exception

setEventHandlers

public final void setEventHandlers(EventHandler[] handlers)
Deprecated. 

afterPropertiesSet

public final void afterPropertiesSet()
                              throws Exception
Deprecated. 
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception


Copyright © 2010 Jasig. All Rights Reserved.