Package org.olat.core.gui.control

Examples of org.olat.core.gui.control.ControllerEventListener.dispatchEvent()


    if (listeners == null) return;
    for (Iterator iter = listeners.iterator(); iter.hasNext();) {
      ControllerEventListener listener = (ControllerEventListener) iter.next();
      //was: listener.dispatchEvent(ureq, this, event);
      // needs to be:
      listener.dispatchEvent(ureq, realController, event);
    }
  }

  /**
   * @see org.olat.core.gui.control.DefaultController#event(org.olat.core.gui.UserRequest, org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.