org.jasig.portal.events
Class EventPublisherLocator

java.lang.Object
  extended by org.jasig.portal.events.EventPublisherLocator

Deprecated. Use Spring managed beans and ApplicationEventPublisherAware

@Deprecated
public final class EventPublisherLocator
extends Object

Simple wrapper to provide access to a ApplicationEventPublisher for classes that publish events.

Version:
$Revision: 19776 $

Constructor Summary
EventPublisherLocator()
          Deprecated.  
 
Method Summary
static ApplicationEventPublisher getApplicationEventPublisher()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPublisherLocator

public EventPublisherLocator()
Deprecated. 
Method Detail

getApplicationEventPublisher

public static final ApplicationEventPublisher getApplicationEventPublisher()
Deprecated. 
Returns:
The ApplicationEventPublisher to use for publishing events.


Copyright © 2010 Jasig. All Rights Reserved.