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 intwindowNo
-
Constructor Summary
Constructors Constructor Description VResetPassword()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)voiddispose()Dispose - Free Resourcesvoidinit(int WindowNo, FormFrame frame)Initialize PanelvoidvetoableChange(PropertyChangeEvent e)
-
-
-
Method Detail
-
init
public void init(int WindowNo, FormFrame frame)Description copied from interface:FormPanelInitialize Panel
-
vetoableChange
public void vetoableChange(PropertyChangeEvent e) throws PropertyVetoException
- Specified by:
vetoableChangein interfaceVetoableChangeListener- Throws:
PropertyVetoException
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformedin interfaceActionListener
-
-