de.fh_mannheim.mm.dms.indexserver.gui.panes
Interface IEditButtonPaneControllable

All Known Implementing Classes:
DefaultEditDialog, PasswordDialog

public interface IEditButtonPaneControllable

An edit pane has to implement this, if it uses the EditButtonPane.

Version:
$Revision: 1.3 $
Author:
Jan Löffler, mail@jlsoft.de

Method Summary
 void selectedAbort()
          The Abort-Button was clicked.
 void selectedOk()
          The OK-Button was clicked.
 

Method Detail

selectedOk

public void selectedOk()
The OK-Button was clicked.


selectedAbort

public void selectedAbort()
The Abort-Button was clicked.