public class PPermissionAction extends PBASAction implements PropertyChangeListener, HoldingsChangeListener, StatusChangeListener, ServiceChangeListener
PPermissionInfoBean
Modifier and Type | Field and Description |
---|---|
static String |
CONTROLLER_PERMISSION_ACTION |
ACCEL, ICON_DISABLED, ICON_DISABLED_SELECTED, ICON_PRESSED, ICON_ROLLOVER, ICON_ROLLOVER_SELECTED, ICON_SELECTED, MNEM, TOOL_TITLE, TOOLBAR_LABEL
changeSupport, enabled
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 and Description |
---|
PPermissionAction(PClientComponent comp)
Create a new action to launch the permission dialog
Constructor for PPermissionAction
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
Action performed handler.
|
void |
holdingsChange(HoldingsChangeEvent e)
HoldingsChangeEvent is created when a deal/product with a service is purchased.
|
void |
propertyChange(PropertyChangeEvent event)
Property Change Handler.Opened an account
|
void |
serviceChange(ServiceChangeEvent ser)
Called when an event is sent out that impacts a service
|
void |
serviceSelectionChange(PModelHandle newService) |
void |
statusChange(StatusChangeEvent se)
Called when status information is changed
|
equals, getComponent, getHelpID, getPreferredMenu, getTag, handleError, setActionHelpOn, setPreferredMenu
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public static final String CONTROLLER_PERMISSION_ACTION
public PPermissionAction(PClientComponent comp) throws RuntimeException
comp
- The base componentRuntimeException
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void propertyChange(PropertyChangeEvent event)
propertyChange
in interface PropertyChangeListener
public void holdingsChange(HoldingsChangeEvent e)
holdingsChange
in interface HoldingsChangeListener
e
- a HoldingsChangeEvent encapsulating the event informationpublic void statusChange(StatusChangeEvent se)
StatusChangeListener
statusChange
in interface StatusChangeListener
se
- a StatusChangeEvent encapsulating the event informationpublic void serviceChange(ServiceChangeEvent ser)
ServiceChangeListener
serviceChange
in interface ServiceChangeListener
ser
- a ServiceChangeEvent encapsulating the event informationpublic void serviceSelectionChange(PModelHandle newService)
Copyright © 2003, 2023, Oracle and/or its affiliates.