com.liferay.faces.bridge.config
Interface ConfiguredSystemEventListener

All Known Implementing Classes:
ConfiguredSystemEventListenerImpl

public interface ConfiguredSystemEventListener

This interface defines the properties for a configured system-event-listener that is discovered in META-INF/faces-config.xml or WEB-INF/faces-config.xml descriptors.

Author:
Neil Griffin

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.
 

Method Detail

getSourceClass

String getSourceClass()
Returns the value of the source-class element of the configured system-event-listener.


getSystemEventClass

String getSystemEventClass()
Returns the value of the system-event-class element of the configured system-event-listener.


getSystemEventListenerClass

String getSystemEventListenerClass()
Returns the value of the system-event-listener-class element of the configured system-event-listener.



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