org.olat.course.run.preview
Class PreviewConfigController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.control.controller.MainLayoutBasicController
org.olat.course.run.preview.PreviewConfigController
- All Implemented Interfaces:
- CustomCSSProvider, Controller, ControllerEventListener, Disposable, MainLayoutController
public class PreviewConfigController
- extends MainLayoutBasicController
Description:
- Author:
- Felix Jost
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PreviewConfigController
public PreviewConfigController(UserRequest ureq,
WindowControl wControl,
ICourse course)
- Constructor for the run main controller
- Parameters:
ureq - The user requestwControl - The current window controllercourse - the real course/courseEnvironment (this controller will
generate a preview-Environment)
activate
public void activate()
event
public void event(UserRequest ureq,
Component source,
Event event)
- Description copied from class:
DefaultController
- abstract event method for subclasses. the event received from the component
we are listening to are always rerouted to this method here, except when
the component has been disposed, in which case the events are simply
ignored.
- See Also:
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)
event
public void event(UserRequest ureq,
Controller source,
Event event)
- Description copied from class:
DefaultController
- the only method of the interface controllereventlistener. always gets
called when a controller we 'subscribed' to fires an event. we provide a
default implementation here since there are many controllers which are
standalone and need no subcontrollers
- See Also:
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.control.Controller, org.olat.core.gui.control.Event)