com.liferay.faces.bridge.config
Class ConfiguredSystemEventListenerImpl
java.lang.Object
com.liferay.faces.bridge.config.ConfiguredSystemEventListenerImpl
- All Implemented Interfaces:
- ConfiguredSystemEventListener
public class ConfiguredSystemEventListenerImpl
- extends Object
- implements ConfiguredSystemEventListener
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfiguredSystemEventListenerImpl
public ConfiguredSystemEventListenerImpl(String sourceClass,
String systemEventClass,
String systemEventListenerClass)
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.