datechooser.controller
Class FooEventHandler

java.lang.Object
  extended by datechooser.controller.FooEventHandler
All Implemented Interfaces:
DateChooseController

public class FooEventHandler
extends java.lang.Object
implements DateChooseController

Foo event handler. Ignores all events.
Обработчик - заглушка. Игнорирует все события.

Since:
1.0
Author:
Androsov Vadim

Constructor Summary
FooEventHandler()
           
 
Method Summary
 void reBound()
          When panel size changes.
 void setView(GridPane palette)
          Attaches to day selection panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FooEventHandler

public FooEventHandler()
Method Detail

reBound

public void reBound()
Description copied from interface: DateChooseController
When panel size changes.
Используется в случаях, когда размер панели меняется.

Specified by:
reBound in interface DateChooseController

setView

public void setView(GridPane palette)
Description copied from interface: DateChooseController
Attaches to day selection panel.
Устанавливает панель календаря, подключая к ней себя (контроллер).

Specified by:
setView in interface DateChooseController