ManaPlus
Public Member Functions
anonymous_namespace{client.cpp}::LoginListener Class Reference
Inheritance diagram for anonymous_namespace{client.cpp}::LoginListener:
ActionListener

Public Member Functions

 LoginListener ()
 
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 227 of file client.cpp.

Constructor & Destructor Documentation

◆ LoginListener()

anonymous_namespace{client.cpp}::LoginListener::LoginListener ( )
inline

Definition at line 230 of file client.cpp.

231  { }

Member Function Documentation

◆ action()

void anonymous_namespace{client.cpp}::LoginListener::action ( const ActionEvent actionEvent)
inlinevirtual

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 235 of file client.cpp.

236  {
238  }
void setState(const StateT state)
Definition: client.h:66
Client * client
Definition: client.cpp:118
@ PRE_LOGIN
Definition: state.h:39

References client, State::PRE_LOGIN, and Client::setState().


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