com.liferay.faces.bridge.config
Class ConfiguredSystemEventListenerImpl

java.lang.Object
  extended by com.liferay.faces.bridge.config.ConfiguredSystemEventListenerImpl
All Implemented Interfaces:
ConfiguredSystemEventListener

public class ConfiguredSystemEventListenerImpl
extends Object
implements ConfiguredSystemEventListener

Author:
Neil Griffin

Constructor Summary
ConfiguredSystemEventListenerImpl(String sourceClass, String systemEventClass, String systemEventListenerClass)
           
 
Method Summary
 String getSourceClass()
          Returns the value of the source-class element of the configured system-event-listener.
 String getSystemEventClass()
          Returns the value of the system-event-class element of the configured system-event-listener.
 String getSystemEventListenerClass()
          Returns the value of the system-event-listener-class element of the configured system-event-listener.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguredSystemEventListenerImpl

public ConfiguredSystemEventListenerImpl(String sourceClass,
                                         String systemEventClass,
                                         String systemEventListenerClass)
Method Detail

getSourceClass

public String getSourceClass()
Description copied from interface: ConfiguredSystemEventListener
Returns the value of the source-class element of the configured system-event-listener.

Specified by:
getSourceClass in interface ConfiguredSystemEventListener

getSystemEventClass

public String getSystemEventClass()
Description copied from interface: ConfiguredSystemEventListener
Returns the value of the system-event-class element of the configured system-event-listener.

Specified by:
getSystemEventClass in interface ConfiguredSystemEventListener

getSystemEventListenerClass

public String getSystemEventListenerClass()
Description copied from interface: ConfiguredSystemEventListener
Returns the value of the system-event-listener-class element of the configured system-event-listener.

Specified by:
getSystemEventListenerClass in interface ConfiguredSystemEventListener


Copyright © 2014 Liferay, Inc.. All Rights Reserved.