Package org.compiere.apps.form
Class VResetPassword
- java.lang.Object
-
- org.compiere.apps.form.VResetPassword
-
- All Implemented Interfaces:
ActionListener
,VetoableChangeListener
,EventListener
,FormPanel
public class VResetPassword extends Object implements FormPanel, ActionListener, VetoableChangeListener
-
-
Field Summary
Fields Modifier and Type Field Description int
windowNo
-
Constructor Summary
Constructors Constructor Description VResetPassword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
void
dispose()
Dispose - Free Resourcesvoid
init(int WindowNo, FormFrame frame)
Initialize Panelvoid
vetoableChange(PropertyChangeEvent e)
-
-
-
Method Detail
-
init
public void init(int WindowNo, FormFrame frame)
Description copied from interface:FormPanel
Initialize Panel
-
vetoableChange
public void vetoableChange(PropertyChangeEvent e) throws PropertyVetoException
- Specified by:
vetoableChange
in interfaceVetoableChangeListener
- Throws:
PropertyVetoException
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
-