Module dialogs :: Class ResourceConflictDialog
[hide private]
[frames] | no frames]

Class ResourceConflictDialog

source code


Instance Methods [hide private]
 
__init__(self, title, text, resource, ok_handler) source code
 
on_timeout(self)
To be implemented in derivated classes
source code

Inherited from TimeoutDialog: countdown, run_timeout

Inherited from InputDialog: get_text, set_entry

Inherited from CommonInputDialog: on_cancelbutton_clicked, on_input_dialog_destroy, on_okbutton_clicked

Method Details [hide private]

__init__(self, title, text, resource, ok_handler)
(Constructor)

source code 
Overrides: CommonInputDialog.__init__

on_timeout(self)

source code 
To be implemented in derivated classes
Overrides: TimeoutDialog.on_timeout
(inherited documentation)