org.jtheque.movies.controllers.impl
Class CleanController

java.lang.Object
  extended by org.jtheque.core.managers.view.able.controller.AbstractController
      extended by 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

Constructor Summary
CleanController()
           
 
Method Summary
 void clean()
          Clean the current content.
 void clean(Category category)
          Clean the category.
 void clean(Movie movie)
          Clean the specified movie.
 ICleanView getView()
           
 
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
 

Constructor Detail

CleanController

public CleanController()
Method Detail

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.