26#include <guichan/actionlistener.hpp>
47 void action(
const gcn::ActionEvent &event)
override;
gcn::TextField * mFirstEmailField
gcn::Button * mChangeEmailButton
gcn::Button * mCancelButton
~ChangeEmailDialog() override
static void setEmail(std::string *email)
This is used to pass the pointer to where the new email should be put when the dialog finishes.
WrongDataNoticeListener * mWrongDataNoticeListener
gcn::TextField * mSecondEmailField
void action(const gcn::ActionEvent &event) override
Called when receiving actions from the widgets.
Listener used while dealing with wrong data.