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_LABELchangeSupport, enabledACCELERATOR_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, setPreferredMenuaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic static final String CONTROLLER_PERMISSION_ACTION
public PPermissionAction(PClientComponent comp) throws RuntimeException
comp - The base componentRuntimeExceptionpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void propertyChange(PropertyChangeEvent event)
propertyChange in interface PropertyChangeListenerpublic void holdingsChange(HoldingsChangeEvent e)
holdingsChange in interface HoldingsChangeListenere - a HoldingsChangeEvent encapsulating the event informationpublic void statusChange(StatusChangeEvent se)
StatusChangeListenerstatusChange in interface StatusChangeListenerse - a StatusChangeEvent encapsulating the event informationpublic void serviceChange(ServiceChangeEvent ser)
ServiceChangeListenerserviceChange in interface ServiceChangeListenerser - a ServiceChangeEvent encapsulating the event informationpublic void serviceSelectionChange(PModelHandle newService)
Copyright © 2003, 2023, Oracle and/or its affiliates.