Package com.portal.app.cc
Class PARWriteOffAction
java.lang.Object
javax.swing.AbstractAction
com.portal.bas.PBASAction
com.portal.app.cc.PARWriteOffAction
- All Implemented Interfaces:
BalanceImpactListener
,ActionListener
,PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Action
public class PARWriteOffAction
extends PBASAction
implements PropertyChangeListener, BalanceImpactListener
Action to perform account write-off
- 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_LABEL
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields 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 to perform account writeoff -
Method Summary
Modifier and TypeMethodDescriptionvoid
Action performed handler.void
listen to balanceImpact eventvoid
Listener for changes to the current account or close accountMethods inherited from class com.portal.bas.PBASAction
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenu
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
PARWriteOffAction
Creates a new action handler to perform account writeoff- Parameters:
comp
- PClientComponent- Throws:
RuntimeException
-
-
Method Details
-
actionPerformed
Action performed handler. Called to- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
e
-
-
propertyChange
Listener for changes to the current account or close account- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
The
- property change event
-
balanceImpact
listen to balanceImpact event- Specified by:
balanceImpact
in interfaceBalanceImpactListener
- Parameters:
e
- a BalanceImpactEvent encapsulating the event information
-