org.jtheque.movies.controllers.impl
Class CleanController
java.lang.Object
org.jtheque.core.managers.view.able.controller.AbstractController
org.jtheque.movies.controllers.impl.CleanController
- All Implemented Interfaces:
- org.jtheque.core.managers.view.able.controller.Controller, ICleanController
public final class CleanController
- extends org.jtheque.core.managers.view.able.controller.AbstractController
- implements ICleanController
Controller for the clean view.
- Author:
- Baptiste Wicht
Methods inherited from class org.jtheque.core.managers.view.able.controller.AbstractController |
closeView, displayView |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jtheque.core.managers.view.able.controller.Controller |
closeView, displayView |
CleanController
public CleanController()
getView
public ICleanView getView()
- Specified by:
getView
in interface org.jtheque.core.managers.view.able.controller.Controller
- Specified by:
getView
in interface ICleanController
clean
public void clean(Movie movie)
- Description copied from interface:
ICleanController
- Clean the specified movie.
- Specified by:
clean
in interface ICleanController
- Parameters:
movie
- The movie to clean.
clean
public void clean(Category category)
- Description copied from interface:
ICleanController
- Clean the category.
- Specified by:
clean
in interface ICleanController
- Parameters:
category
- The category to clean.
clean
public void clean()
- Description copied from interface:
ICleanController
- Clean the current content.
- Specified by:
clean
in interface ICleanController
Copyright © 2010 JTheque. All Rights Reserved.