Interface com.symantec.itools.vcafe.beans.CustomOverrideListener
All Packages Class Hierarchy This Package Previous Next Index
Interface com.symantec.itools.vcafe.beans.CustomOverrideListener
- public interface CustomOverrideListener
- extends EventListener
A "CustomOverride" event gets fired when the user customizer implements
its own OK button and possibly cancel button.
If the customizer does implement the cancel button, it is the customizer's
responsiblity to restore the bean to it's original state.
-
cancelPressed(CustomOverrideEvent)
- This method gets called when the customizer wishes to imform the container
that the user pressed a OK button
-
okPressed(CustomOverrideEvent)
- This method gets called when the customizer wishes to imform the container
that the user pressed a OK button
cancelPressed
public abstract void cancelPressed(CustomOverrideEvent evt)
- This method gets called when the customizer wishes to imform the container
that the user pressed a OK button
- Parameters:
- evt - A CustomOverrideEvent object describing the event source
okPressed
public abstract void okPressed(CustomOverrideEvent evt)
- This method gets called when the customizer wishes to imform the container
that the user pressed a OK button
- Parameters:
- evt - A CustomOverrideEvent object describing the event source
All Packages Class Hierarchy This Package Previous Next Index