Class DatePanel.InternalController

  • All Implemented Interfaces:
    ActionListener, MouseListener, EventListener
    Enclosing class:
    DatePanel

    protected class DatePanel.InternalController
    extends Object
    implements ActionListener, MouseListener
    This inner class hides the public view event handling methods from the outside. This class acts as an internal controller for this component. It receives events from the view components and updates the model.
    Author:
    Juan Heyns