Package org.olat.core.gui.control

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


        // still continue
      }
      ThreadLocalUserActivityLoggerInstaller.runWithUserActivityLogger(new Runnable() {

        public void run() {
          listener.dispatchEvent(ureq, Component.this, event);
        }
       
      }, listener.getUserActivityLogger());
      // clear the event for memory reasons, used only for debugging reasons in
      // case of an error
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.