ManaPlus
Public Member Functions
UploadListener Class Reference

#include <uploadlistener.h>

Inheritance diagram for UploadListener:
ActionListener

Public Member Functions

 UploadListener ()
 
void action (const ActionEvent &event)
 
- Public Member Functions inherited from ActionListener
virtual ~ActionListener ()
 

Additional Inherited Members

- Protected Member Functions inherited from ActionListener
 ActionListener ()
 

Detailed Description

Definition at line 31 of file uploadlistener.h.

Constructor & Destructor Documentation

◆ UploadListener()

UploadListener::UploadListener ( )
inline

Definition at line 34 of file uploadlistener.h.

34  :
36  { }

Member Function Documentation

◆ action()

void UploadListener::action ( const ActionEvent actionEvent)
virtual

Called when an action is recieved from a widget. It is used to be able to recieve a notification that an action has occured.

Parameters
actionEventThe event of the action.

Implements ActionListener.

Definition at line 30 of file uploadlistener.cpp.

31 {
33 }
void executeAction(const InputActionT keyNum)
InputManager inputManager

References InputManager::executeAction(), inputManager, and InputAction::UPLOAD_LOG.


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