Class ProfileListenerPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.common.lifecycle.AbstractListenerPlugin
org.exoplatform.social.core.profile.ProfileListenerPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, LifeCycleListener<ProfileLifeCycleEvent>, ProfileListener

public abstract class ProfileListenerPlugin extends AbstractListenerPlugin implements ProfileListener
Convenience class to write and wire ProfileListener plugin.
This base class is a valid ComponentPlugin and implements ProfileListener.
See Also: