Interface ProfileListener

All Superinterfaces:
org.exoplatform.container.component.ComponentPlugin, LifeCycleListener<ProfileLifeCycleEvent>
All Known Implementing Classes:
ProfileListenerPlugin

public interface ProfileListener extends LifeCycleListener<ProfileLifeCycleEvent>
Listen to updates on profiles.
Version:
$Revision$
Author:
Patrice Lamarque
  • Method Details

    • aboutMeUpdated

      void aboutMeUpdated(ProfileLifeCycleEvent event)
      about me of the profile is updated
      Parameters:
      event -
    • avatarUpdated

      void avatarUpdated(ProfileLifeCycleEvent event)
      avatar picture of the profile is updated
      Parameters:
      event -
    • bannerUpdated

      void bannerUpdated(ProfileLifeCycleEvent event)
      banner picture of the profile is updated
      Parameters:
      event -
    • basicInfoUpdated

      @Deprecated void basicInfoUpdated(ProfileLifeCycleEvent event)
      Deprecated.
      not used anymore. Will be removed in next major version release.
      basic account info of the profile are updated
      Parameters:
      event -
    • contactSectionUpdated

      void contactSectionUpdated(ProfileLifeCycleEvent event)
      contact information of the profile is updated
      Parameters:
      event -
    • experienceSectionUpdated

      void experienceSectionUpdated(ProfileLifeCycleEvent event)
      experience section of the profile is updated
      Parameters:
      event -
    • headerSectionUpdated

      @Deprecated void headerSectionUpdated(ProfileLifeCycleEvent event)
      Deprecated.
      not used anymore. Will be removed in next major version release.
      header section of the profile is updated
      Parameters:
      event -
    • createProfile

      void createProfile(ProfileLifeCycleEvent event)
      new profile created
      Parameters:
      event -
    • technicalUpdated

      void technicalUpdated(ProfileLifeCycleEvent event)
      technical updated
      Parameters:
      event -