Class TipOfDayController
- java.lang.Object
-
- org.bidib.wizard.mvc.tips.controller.TipOfDayController
-
public class TipOfDayController extends Object
-
-
Constructor Summary
Constructors Constructor Description TipOfDayController(MainView mainView)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(TipOfDayClosedListener listener)Show the tips of day view.
-
-
-
Constructor Detail
-
TipOfDayController
public TipOfDayController(MainView mainView)
-
-
Method Detail
-
start
public void start(TipOfDayClosedListener listener)
Show the tips of day view.- Parameters:
listener- the closed listener
-
-