org.olat.admin
Class SystemAdminMainController
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.admin.SystemAdminMainController
- All Implemented Interfaces:
- CustomCSSProvider, Controller, ControllerEventListener, Disposable, MainLayoutController
public class SystemAdminMainController
- extends MainLayoutBasicController
Description:
The System admin main controller offers various administrative tools for
users with administative rights. The controller menu can be extended using
the ActionExtension interface
Initial Date: Apr 27, 2004
- Author:
- Felix Jost
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SystemAdminMainController
public SystemAdminMainController(UserRequest ureq,
WindowControl wControl)
- Constructor of the home main controller
- Parameters:
ureq - The user requestwControl - The current window controller
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)