Uni App
HOU - Computer Science - 2024-2025
Loading...
Searching...
No Matches
controller.SearchController Class Reference
Inheritance diagram for controller.SearchController:
Collaboration diagram for controller.SearchController:

Public Member Functions

void addDataFetchedEventListener (ICustomEventListener< List< WebData > > listener)
 
 SearchController (SearchDialogView view, SearchModel model)
 
void run ()
 
void actionPerformed (ActionEvent e)
 
void focusLost (FocusEvent e)
 
void focusGained (FocusEvent e)
 

Detailed Description

Search Controller. Part of the Search MVC

Constructor & Destructor Documentation

◆ SearchController()

controller.SearchController.SearchController ( SearchDialogView view,
SearchModel model )

MVC constructor Maps all evet listeners to methods

Parameters
view
model

Member Function Documentation

◆ actionPerformed()

void controller.SearchController.actionPerformed ( ActionEvent e)

Implementation if the ActionListener interface.

Parameters
e

◆ addDataFetchedEventListener()

void controller.SearchController.addDataFetchedEventListener ( ICustomEventListener< List< WebData > > listener)

Adds event listener to data fetched event

Parameters
listener
Here is the call graph for this function:

◆ focusGained()

void controller.SearchController.focusGained ( FocusEvent e)

Implementation of the FocusListener interface.

Parameters
e

◆ focusLost()

void controller.SearchController.focusLost ( FocusEvent e)

Implementation of the FocusListener interface.

Parameters
e

◆ run()

void controller.SearchController.run ( )

Shows the view in the center of the parent window

Here is the call graph for this function:

The documentation for this class was generated from the following file: