Liferay 7.0-ga1 portal-impl

com.liferay.portal.spring.context
Class ServiceBeanPublisher

java.lang.Object
  extended by com.liferay.portal.spring.context.ServiceBeanPublisher
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

public class ServiceBeanPublisher
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>


Constructor Summary
ServiceBeanPublisher()
           
 
Method Summary
 void onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBeanPublisher

public ServiceBeanPublisher()
Method Detail

onApplicationEvent

public void onApplicationEvent(org.springframework.context.ApplicationEvent applicationEvent)
Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

Liferay 7.0-ga1 portal-impl