Class UserPreferenceEventListener

    • Constructor Detail

      • UserPreferenceEventListener

        public UserPreferenceEventListener()
    • Method Detail

      • onUpdate

        public void onUpdate​(UserPreferenceEvent event)
                      throws Exception
        Description copied from interface: ResourceEventListener
        An event on the update of a resource has be listened. By default, this method does nothing.
        Parameters:
        event - the event on the update of a resource.
        Throws:
        Exception - if an error occurs while treating the event.