0 Replies Latest reply on Mar 8, 2011 9:11 AM by nimo22

    AjaxBehaviorEvent not needed in signature

    nimo22

      When using listener of f:ajax or a4j:ajax, do I really need this method-signature?

       

      public void myListener(AjaxBehaviorEvent event) { ..}

       

      I found out, that the listener also works without the Property AjaxBehaviorEvent:

       

      public void myListener() { ..}