Class UIRegisterOAuth.ResetActionListener

java.lang.Object
org.exoplatform.webui.event.EventListener<org.exoplatform.portal.webui.register.UIRegisterForm>
org.exoplatform.oauth.webui.UIRegisterOAuth.ResetActionListener
Enclosing class:
UIRegisterOAuth

public static class UIRegisterOAuth.ResetActionListener extends org.exoplatform.webui.event.EventListener<org.exoplatform.portal.webui.register.UIRegisterForm>
  • Field Summary

    Fields inherited from class org.exoplatform.webui.event.EventListener

    RESULT_OK
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.exoplatform.webui.event.Event<org.exoplatform.portal.webui.register.UIRegisterForm> event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResetActionListener

      public ResetActionListener()
  • Method Details

    • execute

      public void execute(org.exoplatform.webui.event.Event<org.exoplatform.portal.webui.register.UIRegisterForm> event) throws Exception
      Specified by:
      execute in class org.exoplatform.webui.event.EventListener<org.exoplatform.portal.webui.register.UIRegisterForm>
      Throws:
      Exception