org.jasig.portal.events
Class AbstractEventListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEventListener
public AbstractEventListener()
- Deprecated.
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.