Package com.portal.app.cc
Class PARAdjustAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.app.cc.PARAdjustAction
- All Implemented Interfaces:
ActionListener,PropertyChangeListener,Serializable,Cloneable,EventListener,Action
Action to perform account adjustment.
- See Also:
-
Field Summary
Fields inherited from class com.portal.bas.PBASAction
ACCEL, ICON_DISABLED, ICON_DISABLED_SELECTED, ICON_PRESSED, ICON_ROLLOVER, ICON_ROLLOVER_SELECTED, ICON_SELECTED, MNEM, TOOL_TITLE, TOOLBAR_LABELFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new action handler perform an account adjustment. -
Method Summary
Modifier and TypeMethodDescriptionvoidAction performed handler.voidListener for changes to the current account or close accountMethods inherited from class com.portal.bas.PBASAction
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenuMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
PARAdjustAction
Creates a new action handler perform an account adjustment.- Parameters:
comp- PClientComponent- Throws:
RuntimeException
-
-
Method Details
-
actionPerformed
Action performed handler. Called to perform an account adjustment.- Specified by:
actionPerformedin interfaceActionListener- Parameters:
e-
-
propertyChange
Listener for changes to the current account or close account- Specified by:
propertyChangein interfacePropertyChangeListener- Parameters:
The- property change event
-